opencode-skills-collection 4.0.41 → 4.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +5 -2
  2. package/bundled-skills/animejs-animation/SKILL.md +1 -1
  3. package/bundled-skills/anti-ui-slop/SKILL.md +51 -86
  4. package/bundled-skills/antigravity-design-expert/SKILL.md +1 -1
  5. package/bundled-skills/design-spells/SKILL.md +1 -1
  6. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  7. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  8. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  9. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  10. package/bundled-skills/docs/users/aas-core.md +1 -1
  11. package/bundled-skills/docs/users/bundles.md +1 -1
  12. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  13. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  14. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  15. package/bundled-skills/docs/users/usage.md +3 -3
  16. package/bundled-skills/docs/users/visual-guide.md +4 -4
  17. package/bundled-skills/famulor-skill/SKILL.md +132 -0
  18. package/bundled-skills/famulor-skill/references/assistant-design.md +137 -0
  19. package/bundled-skills/famulor-skill/references/toolsets/assistants.md +64 -0
  20. package/bundled-skills/famulor-skill/references/toolsets/automations.md +36 -0
  21. package/bundled-skills/famulor-skill/references/toolsets/billing.md +15 -0
  22. package/bundled-skills/famulor-skill/references/toolsets/calls.md +23 -0
  23. package/bundled-skills/famulor-skill/references/toolsets/campaigns.md +42 -0
  24. package/bundled-skills/famulor-skill/references/toolsets/dashboards.md +27 -0
  25. package/bundled-skills/famulor-skill/references/toolsets/knowledge.md +28 -0
  26. package/bundled-skills/famulor-skill/references/toolsets/messaging.md +52 -0
  27. package/bundled-skills/famulor-skill/references/toolsets/migration.md +10 -0
  28. package/bundled-skills/famulor-skill/references/toolsets/platform.md +14 -0
  29. package/bundled-skills/famulor-skill/references/toolsets/settings.md +28 -0
  30. package/bundled-skills/famulor-skill/references/toolsets/tasks.md +12 -0
  31. package/bundled-skills/famulor-skill/references/toolsets/telephony.md +35 -0
  32. package/bundled-skills/iconsax-library/SKILL.md +1 -1
  33. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
  34. package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
  35. package/bundled-skills/lore/SKILL.md +104 -298
  36. package/bundled-skills/lore/references/audit-template.md +21 -4
  37. package/bundled-skills/lore/references/compatibility.md +51 -121
  38. package/bundled-skills/lore/references/config.md +22 -23
  39. package/bundled-skills/lore/references/entry-format.md +33 -3
  40. package/bundled-skills/lore/references/history-command.md +98 -2
  41. package/bundled-skills/lore/references/platform-mirrors.md +45 -16
  42. package/bundled-skills/lore/references/stale-new-markers.md +10 -8
  43. package/bundled-skills/lore/references/summary-template.md +8 -1
  44. package/bundled-skills/lore/references/workflows.md +192 -0
  45. package/bundled-skills/lore/scripts/README.md +14 -13
  46. package/bundled-skills/lore/scripts/README.zh-CN.md +14 -13
  47. package/bundled-skills/lore/scripts/find_duplicates.py +14 -4
  48. package/bundled-skills/lore/scripts/find_stale.py +68 -16
  49. package/bundled-skills/lore/scripts/history.py +235 -23
  50. package/bundled-skills/lore/scripts/id_hash.py +7 -4
  51. package/bundled-skills/lore/scripts/list_entries.py +82 -13
  52. package/bundled-skills/magic-animator/SKILL.md +1 -1
  53. package/bundled-skills/magic-ui-generator/SKILL.md +1 -1
  54. package/bundled-skills/poka-yoke/SKILL.md +172 -0
  55. package/bundled-skills/project-state-governor/SKILL.md +483 -0
  56. package/bundled-skills/project-state-governor/references/manifest-routing.md +47 -0
  57. package/bundled-skills/project-state-governor/references/persistence-lifecycle.md +93 -0
  58. package/bundled-skills/project-state-governor/references/project-state-schema.md +173 -0
  59. package/bundled-skills/project-state-governor/references/reconstruction-workflow.md +183 -0
  60. package/bundled-skills/salesforce-development/SKILL.md +107 -37
  61. package/bundled-skills/spec-driven-loop/SKILL.md +203 -0
  62. package/bundled-skills/spec-driven-loop/references/agent-and-judge-contracts.md +120 -0
  63. package/bundled-skills/spec-driven-loop/references/document-templates.md +184 -0
  64. package/bundled-skills/unsplash-integration/SKILL.md +1 -1
  65. package/bundled-skills/vizcom/SKILL.md +1 -1
  66. package/bundled-skills/x-twitter-scraper/SKILL.md +20 -7
  67. package/package.json +1 -1
  68. package/skills_index.json +136 -36
  69. package/bundled-skills/lore/README.md +0 -386
  70. package/bundled-skills/lore/README.zh-CN.md +0 -386
  71. package/bundled-skills/lore/WORKFLOWS.md +0 -216
  72. package/bundled-skills/lore/WORKFLOWS.zh-CN.md +0 -216
  73. package/bundled-skills/uizze-ui-research/SKILL.md +0 -128
@@ -0,0 +1,35 @@
1
+ # Telephony toolset
2
+
3
+ Phone numbers, SIP trunks, caller IDs, carrier connections, and verification. Connect only this group with `https://app.famulor.io/mcp?toolsets=telephony`.
4
+
5
+ This 2026-08-23 snapshot covers all 27 tools assigned to `telephony` in the canonical 282-tool registry. The live MCP `tools/list` response is authoritative for arguments, current availability, annotations, and plan or role gating. Never invent fields from this catalog.
6
+
7
+ | Tool | Effect | Accepted scope | Execution | Purpose snapshot |
8
+ | --- | --- | --- | --- | --- |
9
+ | `assign_phone_number` | Write/action | `phone_numbers:write or calls:write` | Immediate | Assign a phone number to an assistant (or unassign it with assistant_id = null) and optionally toggle the allowed call directions. Inbound calls to the number are answered by the assigned assistant. |
10
+ | `buy_phone_number` | Write/action | `phone_numbers:write or calls:write` | Immediate | Start a phone-number purchase after `search_phone_numbers`. Paid numbers return a pending result with a checkout URL and activate after successful payment. An eligible complimentary local number can activate immediately. Mobile, national, and other number types remain paid. Failed, expired, or unpaid purchases release the held number. |
11
+ | `create_caller_id` | Write/action | `phone_numbers:write or calls:write` | Immediate | Start caller-ID verification for an E.164 number. Returns the row plus validation_code spoken on the phone. |
12
+ | `create_carrier_connection` | Write/action | `sip_trunks:write or calls:write` | Immediate | Connect a Twilio, Telnyx, or Vonage account: validates credentials and stores secrets encrypted (never returned again). Carrier-side routing is configured on the first import_carrier_numbers call, not here. |
13
+ | `create_sip_trunk` | Write/action | `sip_trunks:write or calls:write` | Immediate | Connect your own SIP carrier (BYO): inbound + outbound trunk. Supports DID or Extension (trunk_kind), calling_number_format, transport, and advanced options (secure trunking, headers, codecs). See product docs: BYO SIP trunk. After creating, assign E.164 numbers to assistants with assign_phone_number. |
14
+ | `delete_caller_id` | Delete/destructive | `phone_numbers:write or calls:write` | Immediate | Release a verified caller ID and delete the workspace row. |
15
+ | `delete_carrier_connection` | Delete/destructive | `sip_trunks:write or calls:write` | Immediate | Disconnect a carrier connection entirely: removes every imported number (local + best-effort carrier-side) and deletes the connection. Credentials are not retained. This cannot be undone. |
16
+ | `delete_sip_trunk` | Delete/destructive | `sip_trunks:write or calls:write` | Immediate | Delete a SIP trunk including its platform trunk pair and the dispatch rules of its numbers. This cannot be undone. |
17
+ | `get_carrier_connection` | Read | `sip_trunks:read or calls:read` | Immediate | Fetch a single carrier connection by ID, including its imported numbers. |
18
+ | `get_number_verification` | Read | `phone_numbers:read or calls:read` | Immediate | Fetch a single regulatory verification case by ID. |
19
+ | `get_sip_trunk` | Read | `sip_trunks:read or calls:read` | Immediate | Fetch a single SIP trunk by ID (without credentials). |
20
+ | `import_carrier_numbers` | Write/action | `sip_trunks:write or calls:write` | Immediate | Import one or more numbers from the connected carrier account: provisions the carrier side on first call (idempotent), then attaches each number and creates the matching SIP trunk + platform trunk pair. Returns per-number results — partial failures are possible and reported in `results`, not thrown. |
21
+ | `list_caller_ids` | Read | `phone_numbers:read or calls:read` | Immediate | List verified and pending outbound caller IDs for the workspace. Same as GET /api/v1/caller-ids. |
22
+ | `list_carrier_available_numbers` | Read | `sip_trunks:read or calls:read` | Immediate | List the phone numbers on the connected carrier account, flagged with already_attached (attached to a different trunk/connection at the carrier) and already_imported (already on this platform). |
23
+ | `list_carrier_connections` | Read | `sip_trunks:read or calls:read` | Immediate | List the account's carrier connections (BYOC number import from Twilio, Telnyx, or Vonage). Credentials are never returned, only a masked hint. |
24
+ | `list_number_verifications` | Read | `phone_numbers:read or calls:read` | Immediate | List regulatory verification cases for buying numbers in bundle-required countries. Status updates after submission. |
25
+ | `list_phone_numbers` | Read | `phone_numbers:read or calls:read` | Immediate | List the phone numbers of the account (number, assigned assistant, allowed directions, status, source). Optional filters: assistant, status, country. |
26
+ | `list_sip_trunks` | Read | `sip_trunks:read or calls:read` | Immediate | List the account's SIP trunks (bring-your-own-carrier connections). Credentials (auth_password) are never returned. |
27
+ | `list_verification_catalog` | Read | `phone_numbers:read or calls:read` | Immediate | List countries and number types that require regulatory bundle verification, including countries not currently enabled for marketplace purchase. Use this to discover which ISO codes need a case before submit_number_verification. |
28
+ | `release_phone_number` | Delete/destructive | `phone_numbers:write or calls:write` | Immediate | Release a phone number. Paid marketplace numbers stay active until the current billing period ends; complimentary plan numbers release immediately. Customer-provided numbers are deleted. A completed hard release cannot be undone. |
29
+ | `remove_carrier_number` | Delete/destructive | `sip_trunks:write or calls:write` | Immediate | Remove ONE imported number: best-effort detach at the carrier, then deletes the local dispatch rule, phone number and platform trunk pair. |
30
+ | `search_phone_numbers` | Read | `phone_numbers:read or calls:read` | Immediate | Search the marketplace for phone numbers available for purchase in a country, including monthly price and setup fee. monthly_price_cents/setup_fee_cents are EUR (canonical); display_currency + display_currency_rate describe the workspace's currency, and display_monthly_price_cents/display_setup_fee_cents (present when it differs from EUR) is the amount an actual purchase would be charged. The country and number type must be enabled by the platform; some countries additionally require a regulatory bundle on file. Buy a result with buy_phone_number. |
31
+ | `submit_number_verification` | Write/action | `phone_numbers:write or calls:write` | Immediate | Submit a regulatory bundle case (address + end-user attributes) for a country/number type. Available for all bundle-required countries, including those not currently enabled for marketplace purchase. Optional base64 attachments for supporting documents. After approval, marketplace purchase for that country/type becomes available when the platform enables selling there. |
32
+ | `troubleshoot_carrier_connection` | Write/action | `sip_trunks:write or calls:write` | Immediate | Re-run carrier + platform diagnostics (credentials, trunk/connection, origination/FQDN target, termination auth, numbers attached, balance, platform trunk pair, dispatch rules) and auto-repair drift where possible. |
33
+ | `update_caller_id` | Write/action | `phone_numbers:write or calls:write` | Immediate | Update the display label (friendly_name) of a verified caller ID. |
34
+ | `update_carrier_connection` | Write/action | `sip_trunks:write or calls:write` | Immediate | Change a carrier connection's SIP region and repair the provider-side inbound route to the matching regional endpoint. |
35
+ | `update_phone_number_sms` | Write/action | `phone_numbers:write or calls:write` | Immediate | Enable or disable outbound SMS on a number, and optionally assign the SMS agent. For Twilio BYOC, enabling outbound SMS configures the inbound SMS webhook on the customer Twilio account and refreshes A2P status. |
@@ -1,4 +1,4 @@
1
- ---
1
+ ---
2
2
  name: iconsax-library
3
3
  description: Extensive icon library and AI-driven icon generation skill for premium UI/UX design.
4
4
  risk: safe
@@ -11,7 +11,7 @@
11
11
  "better-sqlite3": "^12.11.1",
12
12
  "cors": "^2.8.6",
13
13
  "express": "^4.18.2",
14
- "express-rate-limit": "^8.6.0"
14
+ "express-rate-limit": "^8.6.1"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/better-sqlite3": "^7.6.13",
@@ -691,9 +691,9 @@
691
691
  }
692
692
  },
693
693
  "node_modules/express-rate-limit": {
694
- "version": "8.6.0",
695
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.0.tgz",
696
- "integrity": "sha512-XKJXDsASUOo0LLtFwW5hCcQGH0N4WQc/Rn8/Pvoia+TJFOkkFPvrtW9lZOeeNcxQJspvOIERMwiRLsVFlhHEkA==",
694
+ "version": "8.6.1",
695
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.1.tgz",
696
+ "integrity": "sha512-0D493aP61w0TJ2A0wy27riRsO7FMQ7FK+KUHOKCSfPvYo0R55aiC6emCVgFUeShH0fq0ICPVzNcgoS+BsbXQCA==",
697
697
  "license": "MIT",
698
698
  "dependencies": {
699
699
  "debug": "^4.4.3",
@@ -12,7 +12,7 @@
12
12
  "better-sqlite3": "^12.11.1",
13
13
  "cors": "^2.8.6",
14
14
  "express": "^4.18.2",
15
- "express-rate-limit": "^8.6.0"
15
+ "express-rate-limit": "^8.6.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/better-sqlite3": "^7.6.13",