Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add fujioka0729/smaregi-mcp --skill smaregi-api-skillgit clone --depth 1 https://github.com/fujioka0729/smaregi-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/fujioka0729/smaregi-mcp/smaregi-api-skill)<a href="https://agentmods.dev/skills/fujioka0729/smaregi-mcp/smaregi-api-skill"><img src="https://agentmods.dev/badge/skills/fujioka0729/smaregi-mcp/smaregi-api-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/fujioka0729/smaregi-mcp/smaregi-api-skill"><img src="https://agentmods.dev/badge/skills/fujioka0729/smaregi-mcp/smaregi-api-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00115 | $0.02171 |
| Opus 5 | $0.00057 | $0.01086 |
| Sonnet 5 | $0.00023 | $0.00434 |
| Haiku 4.5 | $0.00012 | $0.00217 |
Grade A, and why
smaregi-api-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.
スマレジ API スキル
概要
smaregi-mcp(MCPサーバー)を通じてスマレジの全APIと連携。
このリファレンスは スマレジ Developer Platform の公開 API 仕様をもとに作成した独自ドキュメントです。スマレジ株式会社との公式な提携関係はありません。
このスキルの役割:
- スマレジ API の詳細リファレンスを提供(POS・在庫管理・ウェイター・受注出荷・タイムカード)
- smaregi-mcp 使用ガイドと API 呼び出し例を提供
セットアップ
認証設定
smaregi_configure ツールで契約ID・クライアントID・クライアントシークレットを設定。
環境変数(SMAREGI_CONTRACT_ID, SMAREGI_CLIENT_ID, SMAREGI_CLIENT_SECRET)でも設定可能。
確認
Claude 再起動後、smaregi_auth_status ツールで認証状態を確認。
リファレンス
API リファレンスが references/ に含まれます(全63ファイル)。各リファレンスにはエンドポイント、パラメータ、リクエストボディ、レスポンスの詳細情報があります。
目的のAPIを探すには、references/ ディレクトリ内のファイルをキーワード検索してください。
共通
common-authentication.md- 認証(OAuth 2.0 Client Credentials)common-webhooks.md- Webhook
POS API
pos-products.md- 商品pos-categories.md- カテゴリpos-transactions.md- 取引pos-customers.md- 会員pos-customer-points.md- ポイントpos-stock.md- 在庫pos-stores.md- 店舗pos-staffs.md- スタッフpos-payment-methods.md- 支払方法pos-coupons.md- クーポンpos-bargains.md- セールpos-layaways.md- 取り置きpos-terminals.md- 端末pos-daily-summaries.md- 日次精算pos-suppliers.md- 仕入先pos-roles.md- 役割pos-tax-rates.md- 税率pos-product-sets.md- セット商品pos-product-option-groups.md- オプショングループpos-adjustments.md- 精算pos-divisions.md- 販売区分pos-discounts.md- 割引区分pos-receipt-provisoes.md- レシート特記事項pos-payment-method-groups.md- 支払方法グループpos-store-divisions.md- 店舗区分
在庫管理API
inventory-losses.md- ロスinventory-purchase-orders.md- 発注inventory-receiving.md- 入荷inventory-shipments.md- 出荷inventory-storage.md- 入庫inventory-shipping.md- 出庫inventory-stock-taking.md- 棚卸
ウェイターAPI
waiter-menus.md- メニューwaiter-categories.md- カテゴリwaiter-toppings.md- トッピングwaiter-topping-groups.md- トッピンググループwaiter-table-uses.md- テーブル利用waiter-orders.md- 注文waiter-custom-orders.md- カスタムオーダーwaiter-reservations.md- 予約waiter-printing.md- 印刷waiter-dashboard.md- 営業状況
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- recipes/coupon-operations.md 1.7 KB
- recipes/customer-operations.md 2.7 KB
- recipes/inventory-management-operations.md 8.7 KB
- recipes/order-management-operations.md 6.4 KB
- recipes/product-operations.md 2.9 KB
- recipes/staff-timecard-operations.md 8.3 KB
- recipes/stock-operations.md 2.4 KB
- recipes/store-operations.md 1.8 KB
- recipes/transaction-operations.md 2.7 KB
- recipes/troubleshooting.md 4.4 KB
- recipes/waiter-operations.md 6.2 KB
- recipes/webhook-setup.md 2.8 KB
- references/common-authentication.md 3.5 KB
- references/common-webhooks.md 2.5 KB
- references/inventory-losses.md 4.7 KB
- references/inventory-purchase-orders.md 6.2 KB
- references/inventory-receiving.md 4.4 KB
- references/inventory-shipments.md 5.9 KB
- references/inventory-shipping.md 8.1 KB
- references/inventory-stock-taking.md 5.8 KB
- references/inventory-storage.md 7.2 KB
- references/order-orders.md 7.5 KB
- references/order-stock.md 2.9 KB
- references/order-stores.md 3.1 KB
- references/pos-adjustments.md 5.7 KB
- references/pos-bargains.md 2.4 KB
- references/pos-categories.md 2.5 KB
- references/pos-coupons.md 1.9 KB
- references/pos-customer-points.md 2.3 KB
- references/pos-customers.md 3.3 KB
- references/pos-daily-summaries.md 1.5 KB
- references/pos-discounts.md 5.6 KB
- references/pos-divisions.md 2.9 KB
- references/pos-layaways.md 1.8 KB
- references/pos-payment-method-groups.md 4.6 KB
- references/pos-payment-methods.md 1.7 KB
- references/pos-product-option-groups.md 6.3 KB
- references/pos-product-sets.md 7.2 KB
- references/pos-products.md 5.7 KB
- references/pos-receipt-provisoes.md 3.6 KB
- references/pos-roles.md 5.8 KB
- references/pos-staffs.md 1.4 KB
- references/pos-stock.md 3.3 KB
- references/pos-store-divisions.md 2.6 KB
- references/pos-stores.md 2.2 KB
- references/pos-suppliers.md 2.1 KB
- references/pos-tax-rates.md 4.1 KB
- references/pos-terminals.md 1.0 KB
- references/pos-transactions.md 4.9 KB
- references/timecard-attendance-staff.md 3.8 KB
- references/timecard-attendance-store.md 5.6 KB
- references/timecard-attendance.md 6.0 KB
- references/timecard-daily-report-tags.md 4.8 KB
- references/timecard-daily-reports.md 3.7 KB
- references/timecard-holidays.md 5.5 KB
- references/timecard-positions.md 1.9 KB
- references/timecard-roles.md 1.9 KB
- references/timecard-salary.md 4.5 KB
- references/timecard-settings.md 2.7 KB
- references/timecard-shift-patterns.md 2.5 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 182 lines · 115 tokens per session scan A dad6bd147c3b
smaregi-api-skill is a skill published in the GitHub repository fujioka0729/smaregi-mcp (0 stars, last pushed 5mo ago), licensed MIT. It adds 115 tokens to every session and 2,171 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
product-description-generator
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…
amazon-price-tracker
Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.