{
  "schemaVersion": "1.0",
  "item": {
    "slug": "slipbot",
    "name": "SlipBot",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/jrswab/slipbot",
    "canonicalUrl": "https://clawhub.ai/jrswab/slipbot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/slipbot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=slipbot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/slipbot"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/slipbot",
    "agentPageUrl": "https://openagent3.xyz/skills/slipbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/slipbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/slipbot/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Configuration",
        "body": "Run pwd and get the {curDir}\n\nNotes directory: {curDir}/slipbox/\nGraph index: {curDir}/slipbox/.graph/graph.json\nTimezone: User's local timezone (check USER.md or system)"
      },
      {
        "title": "Prefixes",
        "body": "> {content} → quote, contains attributed text.\n! {content} → idea, for speculative or creative thinking\n* {content} → journal, for personal reflection and logs\n- {content} → note, for information about subject"
      },
      {
        "title": "Delimiters",
        "body": "~ {content} → source (appended after prefix+content combination)\n\nExample note with source: - Content here ~ Source Type, Source Title by Source Author\nExample quote with source: > Content here ~ Source Type, Source Author"
      },
      {
        "title": "1. Capture",
        "body": "When a note is recognized:\n\nExtract content and metadata\n\nNote content\nType (quote/idea/journal/note)\nSource information (if provided)\n\n\n\nGenerate filename\n\nFormat: YYYYMMDD-HHMMSS-slug.md\nSlug: lowercase, hyphenated, from content passed in (max 4-5 words)\nExample: 20260131-143022-compound-interest.md\n\n\n\nCheck for existing source\n\nIf source is not provided set source: null.\nIf source provided, search existing notes for matching source title (case insensitive)\n\nUse existing source if found\nOtherwise, use provided source as-is\nNo external API calls - trust user input\n\n\n\n\n\nGenerate tags\n\nExtract specific objects concepts (nouns)\nFocus on: people, tools, techniques, systems, specific topics\nAvoid broad categories like \"productivity\" or \"ideas\"\nConsistency: Check existing tags before creating new ones\n2 or 3 tags per note\nExamples: [pomodoro-technique, Cal-Newport, deep-work]\n\n\n\nCreate markdown file\n\n---\ntitle: \"Generated Note Title from Content\"\ndate: 2026-01-31T14:30:22-05:00\ntype: note\ntags: [specific, object, based, tags]\nsource:\n  title: \"Source Title\"\n  type: \"book\"\n  author: \"Author Name\"\nlinks: []\n---\n\nNote content here in markdown."
      },
      {
        "title": "Note Titles",
        "body": "Descriptive but concise: 3-8 words\nAvoid generic: Not \"Thoughts\" or \"Notes\", be specific\nQuestion format works: \"Why does X happen?\" or \"How to Y?\""
      },
      {
        "title": "2. Link",
        "body": "After creating a note, find connections:\n\nSearch existing notes\n\nLook for related concepts, people, topics\nCheck for overlapping tags\n\n\n\nDetermine connection type\n\nrelated - Similar topic or theme\nextends - Builds on or expands another note\ncontradicts - Opposing viewpoint\nreferences - Mentions same person/book/concept\nsupports - Provides evidence for another note\n\n\n\nAdd bidirectional links\n\nUpdate both notes' frontmatter\nInclude reason for connection\n\nQuality over quantity: Only link when genuinely related\n\nlinks:\n  - id: \"20260120-093045-compound-interest\"\n    type: related\n    reason: \"Both discuss exponential growth concepts\""
      },
      {
        "title": "3. Note Validations",
        "body": "3.1: Validate frontmatter - Ensure the note has the required fields\n- title\n- date\n- type\n- tags\n\n3.2: Remove broken links\n- Check if notes that the new note links to still exist\n- If any files are missing save them to {curDir}/slipbox/missing.md"
      },
      {
        "title": "4. Update Graph",
        "body": "After capture and linking:\n\n4.1: Load graph index\n- Read {curDir}/slipbox/.graph/graph.json\n\n4.2: Add/update note entry\n\n{\n  \"notes\": {\n    \"20260131-143022-note-title.md\": {\n      \"title\": \"Your Note Title\",\n      \"source\": {\n        \"title\": \"Source Title\",\n        \"type\": \"book\",\n        \"author\": \"Author Name\"\n      },\n      \"type\": \"note\",\n      \"tags\": [\"tag1\", \"tag2\"],\n      \"links\": [\n          \"20260120-093045-other-note.md\",\n      ]\n    }\n  },\n  \"last_updated\": \"2026-01-31T14:35:00-05:00\"\n}\n\n4.3: Remove any entries from graph\n- Read {curDir}/slipbox/missing.md\n- If any notes are found missing remove the entry from the graph.\n- Then remove them from {curDir}/slipbox/missing.md\n\n4.4: Rebuild graph\n- If corrupted beyond simple note removals, rebuild from the current note files.\n\n4.5: Write updated graph\n- Save back to {curDir}/slipbox/.graph/graph.json"
      },
      {
        "title": "Querying",
        "body": "Respond to natural queries like: \"Show me notes about X\"\n\nApproach:\n\nSearch graph index first (fast); only fall back to file search if needed.\nPresent results with titles, dates, snippets\nOffer to show full content if relevant"
      },
      {
        "title": "User Feedback",
        "body": "Keep responses minimal:\n\n❌ Don't narrate every step unless debugging"
      },
      {
        "title": "Example Interaction",
        "body": "User: \"- The Feynman Technique is about teaching concepts to identify gaps in understanding\"\n\nYou:\n\nCreate 20260131-163500-feynman-technique.md\nTag: [Feynman-technique, learning, teaching]\nSearch for related notes (study techniques, learning methods)\nLink to any relevant note about learning\nUpdate graph index\nReply: \"Note captured: Feynman Technique\"\n\nWhen to apply this skill: Whenever user shares content that starts with the defined prefixes the content which follows should be captured for later reference."
      }
    ],
    "body": "Configuration\n\nRun pwd and get the {curDir}\n\nNotes directory: {curDir}/slipbox/\nGraph index: {curDir}/slipbox/.graph/graph.json\nTimezone: User's local timezone (check USER.md or system)\nNote Patterns & Types\nPrefixes\n> {content} → quote, contains attributed text.\n! {content} → idea, for speculative or creative thinking\n* {content} → journal, for personal reflection and logs\n- {content} → note, for information about subject\nDelimiters\n~ {content} → source (appended after prefix+content combination)\nExample note with source: - Content here ~ Source Type, Source Title by Source Author\nExample quote with source: > Content here ~ Source Type, Source Author\nWorkflow\n1. Capture\n\nWhen a note is recognized:\n\nExtract content and metadata\n\nNote content\nType (quote/idea/journal/note)\nSource information (if provided)\n\nGenerate filename\n\nFormat: YYYYMMDD-HHMMSS-slug.md\nSlug: lowercase, hyphenated, from content passed in (max 4-5 words)\nExample: 20260131-143022-compound-interest.md\n\nCheck for existing source\n\nIf source is not provided set source: null.\nIf source provided, search existing notes for matching source title (case insensitive)\nUse existing source if found\nOtherwise, use provided source as-is\nNo external API calls - trust user input\n\nGenerate tags\n\nExtract specific objects concepts (nouns)\nFocus on: people, tools, techniques, systems, specific topics\nAvoid broad categories like \"productivity\" or \"ideas\"\nConsistency: Check existing tags before creating new ones\n2 or 3 tags per note\nExamples: [pomodoro-technique, Cal-Newport, deep-work]\n\nCreate markdown file\n\n---\ntitle: \"Generated Note Title from Content\"\ndate: 2026-01-31T14:30:22-05:00\ntype: note\ntags: [specific, object, based, tags]\nsource:\n  title: \"Source Title\"\n  type: \"book\"\n  author: \"Author Name\"\nlinks: []\n---\n\nNote content here in markdown.\n\nNote Titles\nDescriptive but concise: 3-8 words\nAvoid generic: Not \"Thoughts\" or \"Notes\", be specific\nQuestion format works: \"Why does X happen?\" or \"How to Y?\"\n2. Link\n\nAfter creating a note, find connections:\n\nSearch existing notes\n\nLook for related concepts, people, topics\nCheck for overlapping tags\n\nDetermine connection type\n\nrelated - Similar topic or theme\nextends - Builds on or expands another note\ncontradicts - Opposing viewpoint\nreferences - Mentions same person/book/concept\nsupports - Provides evidence for another note\n\nAdd bidirectional links\n\nUpdate both notes' frontmatter\nInclude reason for connection\n\nQuality over quantity: Only link when genuinely related\n\nlinks:\n  - id: \"20260120-093045-compound-interest\"\n    type: related\n    reason: \"Both discuss exponential growth concepts\"\n\n3. Note Validations\n\n3.1: Validate frontmatter - Ensure the note has the required fields - title - date - type - tags\n\n3.2: Remove broken links - Check if notes that the new note links to still exist - If any files are missing save them to {curDir}/slipbox/missing.md\n\n4. Update Graph\n\nAfter capture and linking:\n\n4.1: Load graph index - Read {curDir}/slipbox/.graph/graph.json\n\n4.2: Add/update note entry\n\n{\n  \"notes\": {\n    \"20260131-143022-note-title.md\": {\n      \"title\": \"Your Note Title\",\n      \"source\": {\n        \"title\": \"Source Title\",\n        \"type\": \"book\",\n        \"author\": \"Author Name\"\n      },\n      \"type\": \"note\",\n      \"tags\": [\"tag1\", \"tag2\"],\n      \"links\": [\n          \"20260120-093045-other-note.md\",\n      ]\n    }\n  },\n  \"last_updated\": \"2026-01-31T14:35:00-05:00\"\n}\n\n\n4.3: Remove any entries from graph - Read {curDir}/slipbox/missing.md - If any notes are found missing remove the entry from the graph. - Then remove them from {curDir}/slipbox/missing.md\n\n4.4: Rebuild graph - If corrupted beyond simple note removals, rebuild from the current note files.\n\n4.5: Write updated graph - Save back to {curDir}/slipbox/.graph/graph.json\n\nQuerying\n\nRespond to natural queries like: \"Show me notes about X\"\n\nApproach:\n\nSearch graph index first (fast); only fall back to file search if needed.\nPresent results with titles, dates, snippets\nOffer to show full content if relevant\nUser Feedback\n\nKeep responses minimal:\n\n❌ Don't narrate every step unless debugging\nExample Interaction\n\nUser: \"- The Feynman Technique is about teaching concepts to identify gaps in understanding\"\n\nYou:\n\nCreate 20260131-163500-feynman-technique.md\nTag: [Feynman-technique, learning, teaching]\nSearch for related notes (study techniques, learning methods)\nLink to any relevant note about learning\nUpdate graph index\nReply: \"Note captured: Feynman Technique\"\n\nWhen to apply this skill: Whenever user shares content that starts with the defined prefixes the content which follows should be captured for later reference."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jrswab/slipbot",
    "publisherUrl": "https://clawhub.ai/jrswab/slipbot",
    "owner": "jrswab",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/slipbot",
    "downloadUrl": "https://openagent3.xyz/downloads/slipbot",
    "agentUrl": "https://openagent3.xyz/skills/slipbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/slipbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/slipbot/agent.md"
  }
}