Skip to content
OpenSmartRoute
Skillv1.0.0

self / sop_extraction

General SOP for extracting and structuring processes or checklists from conversation evidence.

by lzy18001500226(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from lzy18001500226/MoSim (References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/self-sop_extraction/SKILL.md). Install upstream with npx skills add lzy18001500226/MoSim --skill self-sop_extraction. Copyright stays with the author.

self / sop_extraction

General SOP for extracting and structuring processes or checklists from conversation evidence.

Prompt

Follow this SOP to extract and structure processes from conversation evidence (replace specifics with placeholders like //):

  1. Identify the Offline OpenAI-format conversation source.
  2. Note the Title/ID of the conversation.
  3. Use the user questions provided as the PRIMARY extraction evidence.
  4. Use the full conversation context as SECONDARY reference.
  5. In the full conversation section, assistant/model replies are reference-only and not skill evidence.
  6. Primary User Questions (main evidence): [Extract from context]
  7. Configuration/Context Details: [Extract from context]

For each step, include: action, checks, and failure rollback/fallback plan. Output format: for each step number, provide status/result and what to do next.

Triggers

  • Use when the user asks for a process or checklist.
  • Use when you want to reuse a previously mentioned method/SOP.

Examples

Example 1

Input:

Break this into best-practice, executable steps.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/lzy18001500226-mosim-self-sop-extraction/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

lzy18001500226-mosim-self-sop-extraction.ocm.jsonjson
{
  "ocm": "1",
  "id": "lzy18001500226-mosim-self-sop-extraction",
  "kind": "skill",
  "name": "self / sop_extraction",
  "description": "General SOP for extracting and structuring processes or checklists from conversation evidence.",
  "publisher": "lzy18001500226",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "self",
      "sop",
      "extraction",
      "process",
      "checklist",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "General SOP for extracting and structuring processes or checklists from conversation evidence."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/lzy18001500226/MoSim",
      "path": "References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/self-sop_extraction/SKILL.md",
      "ref": "e0ec177d00f087cb04e90206b2f7d3aa2f5a1350",
      "url": "https://github.com/lzy18001500226/MoSim/blob/e0ec177d00f087cb04e90206b2f7d3aa2f5a1350/References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/self-sop_extraction/SKILL.md",
      "key": "lzy18001500226/MoSim/References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/self-sop_extraction/SKILL.md"
    }
  },
  "instructions": "# self / sop_extraction\n\nGeneral SOP for extracting and structuring processes or checklists from conversation evidence.\n\n## Prompt\n\nFollow this SOP to extract and structure processes from conversation evidence (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):\n1) Identify the Offline OpenAI-format conversation source.\n2) Note the Title/ID of the conversation.\n3) Use the user questions provided as the PRIMARY extraction evidence.\n4) Use the full conversation context as SECONDARY reference.\n5) In the full conversation section, assistant/model replies are reference-only and not",
  "cost": {
    "context_tokens": 278
  }
}

Fetch it by URL: GET /api/v1/registry/lzy18001500226-mosim-self-sop-extraction/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.