ソース情報
- リポジトリ
- vstorm-co/agenticos
- ソースの最終更新活動
- 2026年9月2日 09:15
- 検出された SKILL.md の言語
- 英語
- スター
- 17
- フォーク
- 6
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/vstorm-co/agenticos --skill complaint-handlingコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | Complaint handling |
| description | Acknowledge, classify and route a complaint within the regulatory clock. |
| category | customer-support |
A complaint is a regulated event from the moment it is expressed, whether or not the word is used.
Any expression of dissatisfaction about a product or service, including in passing and including when the customer says "I'm not complaining, but". Log it.
Acknowledge the specific thing they are unhappy about, in their words. A generic acknowledgement reads as a form letter and escalates the complaint by itself. State the timescale that applies and who now owns it.
Root cause · product · whether it alleges financial loss · whether it alleges distress · whether it is a repeat from the same customer.
Vulnerability indicators, an allegation of fraud or discrimination, a threat of publicity or legal action, or a repeat complaint on the same issue.
Defend, explain why the customer is mistaken, offer redress, or apologise in terms that admit liability. Say what will happen and by when.
Work with messaging-channel bots — Telegram, Slack or Mattermost. Register a bot, route inbound messages through an agent, choose webhook vs polling, handle an @slug mention, or add a new channel adapter. Use when wiring chat into a messaging platform or debugging bot delivery, identity linking or "the bot answered as itself".
Change the agent spec — add or remove a field, rename one, tighten a rule, bump SPEC_VERSION, change publish-time validation, or touch YAML export/import. Use whenever editing app/agents/spec.py or anything that reads a stored spec. Every published agent and every client git repository holds a copy of this format, so a change that only works forwards breaks agents nobody touched.
Work with MCP servers — connect one, add an entry to the server catalog, debug "the agent cannot see my MCP tools" or a failing OAuth flow, or change how connections are probed, prefixed or filtered. Use when the ask involves an external SaaS tool (GitHub, Linear, Notion, Slack, Stripe, Postgres…) and before writing a capability that would just be an API client for one.