بنقرة واحدة
business-skill-template
Template for a workspace-local business skill backed by a handler or custom adapter.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Template for a workspace-local business skill backed by a handler or custom adapter.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | business-skill-template |
| description | Template for a workspace-local business skill backed by a handler or custom adapter. |
| enabled | false |
| skill_class | specialist_local |
| permission_label | Workspace-local business workflow |
| execution_mode | live |
| action_class | read |
| connector_scopes | [] |
| trigger_terms | [] |
| allowed_runtime_modes | ["hosted_secure","local_secure","privileged_device"] |
| requires_approval | false |
| execution_adapter | handler |
Use this template when a workspace needs a business-specific skill without changing core dispatch.
handler.py that reads JSON from stdin and returns a JSON result.Agent can open a page in the browser runtime, inspect the current page, and return the live state.
Agent can check live workspace inventory for stock, fitment, availability, and pricing.
Agent can search the web using the web_search tool. Use when the user asks about current events or facts.
Agent can run Python and shell code, show output, handle errors, and iterate.
Agent can read, write, list, and delete files. Always confirm before deleting.
Agent can save and recall facts about the user. Use memory_search before answering personal questions.