ClawExplorer logo

ClawExplorer

OpenClaw skill

content-id-guide

The content-id-guide is an OpenClaw skill that provides a complete reference guide to all standard Content IDs used in OpenClaw skills. It lists each Content ID with its exact meaning and includes example invocations demonstrating proper usage. This enables agents to accurately identify and reference content types during interactions.

Files

Review the files below to add this skill to your agents.

SKILL.md content

Unable to load SKILL.md content from source.

How this skill works

  • The skill is triggered when the agent needs guidance on identifying content IDs
  • It classifies the content type (image, video, audio, text, or other) from the query or sample
  • It generates step-by-step instructions for using free tools like Google Reverse Image Search, Shazam, ACRCloud, or YouTube search
  • It recommends multiple methods based on content type
  • It outputs a structured JSON guide with tool names, steps, and links
  • The guide includes tips for manual verification and handling edge cases

When to use it

  • When preparing to submit a new skill to the OpenClaw repository and needing to generate a content ID
  • When referencing or linking to a specific skill using its content ID in documentation
  • When troubleshooting issues related to skill discovery via content IDs in OpenClaw workflows

Best practices

  • Consult the Content ID Guide skill for accurate content identifiers when developing or configuring OpenClaw skills
  • Reference the listed content IDs from official OpenClaw documentation to ensure compatibility
  • Cross-verify content IDs against the platform-specific requirements noted in the guide

Example use cases

  • YouTube video ID extraction: Extracts the video ID from YouTube URLs like https://www.youtube.com/watch?v=VIDEO_ID or https://youtu.be/VIDEO_ID.
  • Twitter/X post ID extraction: Extracts the status ID from Twitter/X URLs like https://twitter.com/user/status/1234567890.
  • Reddit post ID extraction: Extracts the post ID from Reddit URLs like https://reddit.com/r/subreddit/comments/POST_ID/title/.
  • Instagram post ID extraction: Extracts the media ID from Instagram URLs like https://www.instagram.com/p/POST_ID/.
  • TikTok video ID extraction: Extracts the video ID from TikTok URLs like https://www.tiktok.com/@user/video/VIDEO_ID.

FAQs

More similar skills to explore

  • achurch

    An OpenClaw skill for church administration that handles member management, event scheduling, sermon retrieval, and donation processing. It provides tools to list members, add new members, schedule events, fetch sermons, and record donations.

  • agent-config

    An OpenClaw skill that enables agents to manage their configuration by loading from files, environment variables, or remote sources. It supports retrieving, setting, and validating configuration values. The skill allows for hot-reloading of configurations.

  • agent-council

    An OpenClaw skill named agent-council that enables the primary agent to summon a council of specialized sub-agents for deliberating on tasks. The council members discuss the query from unique perspectives, propose solutions, and vote to select the best response. The skill outputs the winning proposal with supporting rationale from the council.

  • agent-identity-kit

    An OpenClaw skill that equips agents with tools to craft, manage, and evolve digital identities, including generating personas, bios, avatars, and communication styles. It supports creating detailed agent personas with name, background, goals, personality traits; crafting bios for specific platforms; designing avatars; tuning voice and style; and adapting identities to new contexts.

  • agenticflow-skill

    An OpenClaw skill that provides tools for interacting with Agentic Flow. The tools enable agents to create agentic flows with defined tasks, execute existing flows, and retrieve flow status and outputs.

  • agentlens

    AgentLens is an OpenClaw skill that enables agents to inspect the internal cognition and actions of other agents. It provides visibility into reasoning traces (thoughts), tool calls and arguments, retrieved memories, and response generation. The skill supports analysis in multi-agent conversations via the "inspect" action targeting a specific agent.