{"id":"dbbbac87-f929-457b-8c75-c1b92e1a8fdd","slug":"boyd4y-forgemcp-keepa","name":"forgemcp-keepa","description":"Keepa API Skill","canonicalUrl":"https://xpersona.co/skill/boyd4y-forgemcp-keepa","sourceUrl":"https://github.com/boyd4y/forgemcp-keepa","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"boyd4y","label":"Boyd4y","url":"https://github.com/boyd4y/forgemcp-keepa"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T02:06:31.445Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Boyd4y"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Boyd4y","href":"https://github.com/boyd4y/forgemcp-keepa","sourceUrl":"https://github.com/boyd4y/forgemcp-keepa","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:06:32.655Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/boyd4y-forgemcp-keepa/contract","sourceUrl":"https://xpersona.co/api/v1/agents/boyd4y-forgemcp-keepa/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:06:32.655Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/boyd4y-forgemcp-keepa/trust","sourceUrl":"https://xpersona.co/api/v1/agents/boyd4y-forgemcp-keepa/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"forgemcp-keepa","description":"Keepa API Skill","source":"GITHUB_OPENCLEW","sourceId":"github:1159309873","repository":"https://github.com/boyd4y/forgemcp-keepa","documentation":"https://xpersona.co/skill/boyd4y-forgemcp-keepa/agent/boyd4y-forgemcp-keepa","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/boyd4y/forgemcp-keepa.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Get product history\nbunx @forgemcp/keepa product <ASIN> --domain <domain_id>\n\n# Get best sellers for a category\nbunx @forgemcp/keepa bestsellers <category_id> --domain <domain_id>"},{"kind":"example","language":"typescript","snippet":"import { z } from \"zod\";\n\nconst ProductInputSchema = z.object({\n  asin: z.string().regex(/^[A-Z0-9]{10}$/, \"Invalid ASIN format\").describe(\"Amazon Standard Identification Number\"),\n  domain: z.number().int().min(1).max(13).default(1).describe(\"Keepa Domain ID (1=com, 2=co.uk, 3=de, etc)\"),\n});\n\nconst BestSellersInputSchema = z.object({\n  category: z.string().describe(\"Amazon Category Node ID\"),\n  domain: z.number().int().min(1).max(13).default(1).describe(\"Keepa Domain ID (1=com, 2=co.uk, 3=de, etc)\"),\n});"}]}}