bkmrk
Bookmark intelligence for developers. Browse, search, triage, and manage your AI-analyzed library. Submit URLs, assign projects, trigger deep analysis, and execute staged items.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bonesvinyl/bkmrkWhat This Skill Does
The BKMRK skill for OpenClaw provides a powerful interface for managing your developer intelligence. It acts as an intelligent layer on top of your bookmarks, turning raw URLs into actionable project insights. By connecting your BKMRK account, you gain the ability to browse, search, and manage a library of content—ranging from GitHub repositories and technical blog posts to long-form YouTube transcripts and X threads—all of which are analyzed by Claude AI against your specific project goals.
The skill enables a sophisticated workflow centered around the 'new' to 'staged' to 'done' pipeline. BKMRK doesn't just store links; it performs deep content extraction and relevance scoring, ensuring you spend time only on the information that directly impacts your active projects. Whether you are filtering by relevance scores or searching across full-text extractions, this skill transforms scattered research into a structured knowledge base.
Installation
To integrate BKMRK into your OpenClaw environment, use the following command in your terminal:
clawhub install openclaw/skills/skills/bonesvinyl/bkmrk
Once installed, ensure you have your API key ready, which can be retrieved from your account settings at https://bkmrkapp.com/settings. Provide this key via the required X-API-Key header when configuring your agent.
Use Cases
- Technical Research: Automatically process long-form documentation or video tutorials and have Claude extract the specific implementation steps relevant to your current tech stack.
- Project Triage: Rapidly filter your 'new' bookmarks by high relevance scores, allowing you to move the most valuable resources into your 'staged' list for immediate action.
- Knowledge Retrieval: Use natural language queries to search through thousands of previously processed articles to find specific code snippets or architectural advice you saved months ago.
- Workflow Optimization: Manage your learning pipeline by explicitly moving tasks through the status workflow, ensuring that nothing important slips through the cracks as your project grows.
Example Prompts
- "Hey BKMRK, show me all new bookmarks that have a relevance score of 8 or higher for my 'Backend API' project."
- "Search my library for any information regarding React performance optimization strategies I saved last month."
- "Move all items currently in my 'new' list with a 'high' priority to my 'staged' list and summarize why they are relevant."
Tips & Limitations
- Terminology: Always refer to your actionable items as 'staged'. Avoid using terms like 'queue' or 'backlog' to maintain consistency with the BKMRK backend.
- Depth: Because BKMRK performs deep analysis on full transcripts and article bodies, be aware that results might occasionally include lengthy summaries. If you need concise answers, ask the agent to 'summarize the key takeaway' for a specific bookmark.
- Security: Always protect your API key. Since this skill interacts with external APIs, ensure your environment variables are configured securely within OpenClaw.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bonesvinyl-bkmrk": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api