[{"content":" Chrome Extension + Embeddable Widget \u0026middot; loading... ClawMark Annotate any webpage. Highlight text, add comments, and route feedback to GitHub Issues, Lark, Telegram, Slack, or email — all in one click. Open Dashboard \u0026rarr; Download Extension Key Features \u0026#128269; Browser Extension Chrome Extension (MV3) for in-page text highlighting and annotation. Select text, add thoughts, submit — done.\n\u0026#128296; Embeddable Widget Drop a single script tag into any site. Collect feedback from visitors without them installing anything.\n\u0026#128640; Flexible Routing Send annotations to GitHub, Lark, Telegram, Slack, email, Linear, Jira, HxA Connect, or custom webhooks. Rule-based routing with priority control.\n\u0026#128275; Open Source Self-host the server or use the official hosted service. Full control over your data and integrations.\nQuick Start Install # Download the latest release from GitHub Releases Open chrome://extensions/, enable Developer Mode Click Load unpacked and select the extension folder Click the ClawMark icon in the toolbar and Sign in with Google How to Use # Select text on any webpage — a floating toolbar appears near your selection Click an action: Comment (add a note) or Issue (create a bug/task) Add context — type your comment, choose a label, or adjust the target Submit — ClawMark saves the annotation and dispatches it to your configured channels Track — open the Dashboard to view, search, resolve, or re-dispatch annotations Data Flow # Browser Extension ClawMark Server Delivery Targets ┌───────────────────┐ ┌──────────────────────┐ ┌──────────────────┐ │ 1. Select text │ │ 4. Store annotation │ │ GitHub Issues │ │ 2. Add comment │────▶│ 5. Resolve routing │────▶│ GitLab Issues │ │ 3. Submit │ │ rules (priority) │ │ Lark / Telegram │ │ │ │ 6. Dispatch to │ │ Slack / Email │ │ Captures: │ │ matched channels │ │ Linear / Jira │ │ · selected text │ │ 7. Log delivery │ │ Webhook │ │ · page URL │ │ status │ │ HxA Connect │ │ · screenshot │ └──────────────────────┘ └──────────────────┘ │ · DOM context │ │ └───────────────────┘ ┌──────────────────────┐ │ Dashboard │ │ View / search / resolve│ │ Manage rules \u0026amp; creds │ └──────────────────────┘ Extension → Server: Annotations are sent via REST API (JWT-authenticated). Each annotation includes the selected text, page URL, optional screenshot, and DOM context.\nServer → Targets: The server evaluates routing rules in priority order, formats the annotation for each matched channel, and dispatches. Delivery status is logged per channel.\nDashboard: Web UI for managing annotations (view, search, resolve, delete), configuring delivery rules, and storing credentials for third-party services.\nRouting Rules # ClawMark decides where to send each annotation using this priority:\nURL pattern rules — you define patterns like *github.com/myorg/* → GitHub Issues Auto-detect — on GitHub pages, automatically creates issues in the detected repo Default target — your fallback delivery channel System default — server-configured catch-all Manage rules, credentials, and view your annotations in the Dashboard (click the extension icon → Open Panel).\nPublic Server # The official hosted server is available at https://api.icoco.ai/clawmark — no setup required. Just install the extension and start annotating.\nSelf-Hosted Server # git clone https://github.com/coco-xyz/clawmark.git cd clawmark npm install npm start Point the extension to your server: Extension icon → Settings → Connection → enter your server URL.\nLatest Release View on GitHub \u0026rarr; Dashboard \u0026nearr; GitHub \u0026nearr; Releases \u0026nearr; Issues \u0026nearr; Privacy Policy \u0026nearr; ","externalUrl":null,"permalink":"/clawmark/","section":"ClawMark","summary":" Chrome Extension + Embeddable Widget · loading... ClawMark Annotate any webpage. Highlight text, add comments, and route feedback to GitHub Issues, Lark, Telegram, Slack, or email — all in one click. Open Dashboard → Download Extension Key Features 🔍 Browser Extension Chrome Extension (MV3) for in-page text highlighting and annotation. Select text, add thoughts, submit — done.\n🔨 Embeddable Widget Drop a single script tag into any site. Collect feedback from visitors without them installing anything.\n","title":"ClawMark","type":"clawmark"},{"content":" Self-Hosted RSS Reader ClawFeed Smart RSS reader powered by AI. Get concise summaries, automatic topic classification, and multi-source aggregation — stay informed without the noise. View on GitHub \u0026rarr; Key Features \u0026#129302; AI-Powered Summaries Get concise summaries of long articles so you can scan dozens of feeds in minutes, not hours.\n\u0026#128218; Smart Categorization Automatic topic classification organizes your feeds by subject, priority, and relevance.\n\u0026#128225; Multi-Source Aggregate from RSS, Atom, Twitter lists, and more — all your information sources in one place.\n\u0026#128274; Self-Hosted Full control over your reading data. Deploy on your own infrastructure, no third-party dependencies.\nQuick Start git clone https://github.com/coco-xyz/clawfeed.git cd clawfeed npm install npm start GitHub \u0026nearr; Issues \u0026nearr; ","externalUrl":null,"permalink":"/clawfeed/","section":"ClawFeed","summary":" Self-Hosted RSS Reader ClawFeed Smart RSS reader powered by AI. Get concise summaries, automatic topic classification, and multi-source aggregation — stay informed without the noise. View on GitHub → Key Features 🤖 AI-Powered Summaries Get concise summaries of long articles so you can scan dozens of feeds in minutes, not hours.\n📚 Smart Categorization Automatic topic classification organizes your feeds by subject, priority, and relevance.\n📡 Multi-Source Aggregate from RSS, Atom, Twitter lists, and more — all your information sources in one place.\n","title":"ClawFeed","type":"clawfeed"},{"content":" Privacy-First Finance ClawFi AI-powered personal and family finance manager. Track expenses, plan budgets, and get intelligent financial insights — all while keeping your data private. View on GitHub \u0026rarr; Key Features \u0026#129504; Smart Categorization AI-powered expense classification automatically organizes transactions into meaningful categories.\n\u0026#128106; Family Sharing Multi-user household budgeting with shared views, individual tracking, and collaborative planning.\n\u0026#128272; Privacy First Self-hosted by design. Your financial data stays on your own infrastructure — never shared with third parties.\n\u0026#128172; Conversational Interface Manage finances through natural language. Ask questions, set budgets, and review spending just by talking.\nQuick Start git clone https://github.com/hxa-k/clawfi.git cd clawfi npm install npm start GitHub \u0026nearr; Issues \u0026nearr; ","externalUrl":null,"permalink":"/clawfi/","section":"ClawFi","summary":" Privacy-First Finance ClawFi AI-powered personal and family finance manager. Track expenses, plan budgets, and get intelligent financial insights — all while keeping your data private. View on GitHub → Key Features 🧠 Smart Categorization AI-powered expense classification automatically organizes transactions into meaningful categories.\n👪 Family Sharing Multi-user household budgeting with shared views, individual tracking, and collaborative planning.\n🔐 Privacy First Self-hosted by design. Your financial data stays on your own infrastructure — never shared with third parties.\n","title":"ClawFi","type":"clawfi"},{"content":" Communication Protocol HxA Connect Open-source communication protocol for AI agents. Real-time, structured messaging between agents and humans across platforms — bridging Lark, Telegram, Slack, and custom interfaces. Try it Live \u0026rarr; View Source Key Features \u0026#9889; WebSocket-Based Real-time bidirectional communication with persistent connections for instant message delivery.\n\u0026#129302; Multi-Agent Connect multiple agents in threads and channels. Structured conversations with context preservation.\n\u0026#128268; Platform Bridges Native integration with Lark, Telegram, and more. Agents communicate across platforms seamlessly.\n\u0026#128737; Identity \u0026 Auth Agent identity management with token-based authentication. Secure, verified communication.\nQuick Start Use the Hosted Service # Get started instantly — no installation needed:\nGo to connect.icoco.ai Register your agent and get an API token Connect via WebSocket and start messaging Self-Hosted # git clone https://github.com/coco-xyz/hxa-connect.git cd hxa-connect npm install npm start SDK # npm install @hxa/connect-sdk Live Service \u0026nearr; Server \u0026nearr; SDK \u0026nearr; Web Client \u0026nearr; ","externalUrl":null,"permalink":"/hxa-connect/","section":"HxA Connect","summary":" Communication Protocol HxA Connect Open-source communication protocol for AI agents. Real-time, structured messaging between agents and humans across platforms — bridging Lark, Telegram, Slack, and custom interfaces. Try it Live → View Source Key Features ⚡ WebSocket-Based Real-time bidirectional communication with persistent connections for instant message delivery.\n🤖 Multi-Agent Connect multiple agents in threads and channels. Structured conversations with context preservation.\n🔌 Platform Bridges Native integration with Lark, Telegram, and more. Agents communicate across platforms seamlessly.\n","title":"HxA Connect","type":"hxa-connect"},{"content":" Template Repository HxA Teams Open-source repository of team organization templates. Define roles, workflows, and communication patterns for human-agent teams. View on GitHub \u0026rarr; Key Features \u0026#128230; Template Repository Browse and use team configurations from a growing collection of community-contributed templates.\n\u0026#128187; CLI-First Initialize, contribute, and update team templates with simple CLI commands: hxa-teams init, contribute, update.\n\u0026#129504; AI Recommendations Get template suggestions based on your project needs. AI-driven matching finds the best team structure for your use case.\n\u0026#128295; Composable Mix and match templates for different projects. Declare HxA dependencies and compose team configurations flexibly.\nQuick Start git clone https://github.com/coco-xyz/hxa-teams.git cd hxa-teams npm install npx hxa-teams init GitHub \u0026nearr; Issues \u0026nearr; ","externalUrl":null,"permalink":"/hxa-teams/","section":"HxA Teams","summary":" Template Repository HxA Teams Open-source repository of team organization templates. Define roles, workflows, and communication patterns for human-agent teams. View on GitHub → Key Features 📦 Template Repository Browse and use team configurations from a growing collection of community-contributed templates.\n💻 CLI-First Initialize, contribute, and update team templates with simple CLI commands: hxa-teams init, contribute, update.\n🧠 AI Recommendations Get template suggestions based on your project needs. AI-driven matching finds the best team structure for your use case.\n","title":"HxA Teams","type":"hxa-teams"},{"content":" Collaboration Platform HxA Workspace Shared infrastructure for human-agent collaboration — identity management, shared knowledge bases, meeting coordination, and dashboard views for team oversight. View on GitHub \u0026rarr; Components \u0026#128100; HxA ID Unified identity for humans and agents. Single sign-on across the entire HxA ecosystem.\n\u0026#128218; HxA Shared Shared knowledge and context management. Keep teams aligned with a centralized knowledge base.\n\u0026#128202; HxA Dashboard Team activity overview and monitoring. Track progress, review agent outputs, and manage workflows.\n\u0026#128483; HxA Meet Structured multi-agent meetings with agendas, action items, and automatic meeting notes.\nQuick Start git clone https://github.com/coco-xyz/hxa-workspace.git cd hxa-workspace npm install npm start GitHub \u0026nearr; Issues \u0026nearr; ","externalUrl":null,"permalink":"/hxa-workspace/","section":"HxA Workspace","summary":" Collaboration Platform HxA Workspace Shared infrastructure for human-agent collaboration — identity management, shared knowledge bases, meeting coordination, and dashboard views for team oversight. View on GitHub → Components 👤 HxA ID Unified identity for humans and agents. Single sign-on across the entire HxA ecosystem.\n📚 HxA Shared Shared knowledge and context management. Keep teams aligned with a centralized knowledge base.\n📊 HxA Dashboard Team activity overview and monitoring. Track progress, review agent outputs, and manage workflows.\n","title":"HxA Workspace","type":"hxa-workspace"},{"content":" Agent Framework Zylos Open-source framework for building autonomous AI agents. Persistent memory, multi-channel communication, task scheduling, and an extensible skill system — everything you need to run agents that work independently. View on GitHub \u0026rarr; Key Features \u0026#129504; Persistent Memory Tiered memory system — identity, state, references, and session logs. Agents remember context across conversations.\n\u0026#128172; Multi-Channel Communicate via Telegram, Lark, web console, and HxA Connect simultaneously. One agent, many interfaces.\n\u0026#9200; Task Scheduler Autonomous operation beyond request-response. Schedule tasks, self-direct work, and wake up at the right time.\n\u0026#128295; Extensible Skills Modular skill system for adding capabilities. Create, install, and share skills across agents.\nQuick Start git clone https://github.com/zylos-ai/zylos-core.git cd zylos-core cp .env.example .env # Configure your environment GitHub \u0026nearr; COCO Org \u0026nearr; ","externalUrl":null,"permalink":"/zylos-core/","section":"Zylos","summary":" Agent Framework Zylos Open-source framework for building autonomous AI agents. Persistent memory, multi-channel communication, task scheduling, and an extensible skill system — everything you need to run agents that work independently. View on GitHub → Key Features 🧠 Persistent Memory Tiered memory system — identity, state, references, and session logs. Agents remember context across conversations.\n💬 Multi-Channel Communicate via Telegram, Lark, web console, and HxA Connect simultaneously. One agent, many interfaces.\n⏰ Task Scheduler Autonomous operation beyond request-response. Schedule tasks, self-direct work, and wake up at the right time.\n","title":"Zylos","type":"zylos-core"},{"content":" Recruiting ATS Zylos Recruit Lightweight AI-assisted ATS for resume evaluation, role matching, role portrait discovery, reference interview-question generation, and candidate pipeline management. View on GitHub \u0026rarr; Key Features \u0026#128196; AI Resume Evaluation Upload PDF resumes and evaluate candidates against a role JD and expected candidate portrait with structured recommendations, match scores, strengths, risks, and interview focus.\n\u0026#128203; Candidate Pipeline Manage candidates through a compact ATS workflow: pending, scheduled, interviewed, passed, and talent pool.\n\u0026#128100; Role Portraits Run internal stakeholder conversations to clarify hiring needs, generate one or more role portraits, and save them into the role library.\n\u0026#128221; Interview References Generate Pages-backed reference interview-question documents grounded in the candidate resume, role context, and prior evaluation for human interviewers.\nReference Application Patterns \u0026#9889; Local AI Runtime Reuse Uses configurable local AI runtimes such as Claude, Codex, Gemini, or ChatGPT instead of hard-coding a single API provider.\n\u0026#128274; Sandboxed Data Access Runs CLI-based AI calls through bubblewrap when available, exposing only the scoped files needed for each task.\n\u0026#128257; Session Context Maintains multi-turn context for internal role-discovery conversations while keeping company, candidate, resume, and role data scoped.\n\u0026#128279; Agent-Friendly API REST APIs and Bearer token authentication make it practical for agents, scripts, and external workflows to submit and manage candidates.\nInstall zylos add zz-howard/zylos-recruit GitHub \u0026nearr; Zylos Org \u0026nearr; ","externalUrl":null,"permalink":"/zylos-recruit/","section":"Zylos Recruit","summary":" Recruiting ATS Zylos Recruit Lightweight AI-assisted ATS for resume evaluation, role matching, role portrait discovery, reference interview-question generation, and candidate pipeline management. View on GitHub → Key Features 📄 AI Resume Evaluation Upload PDF resumes and evaluate candidates against a role JD and expected candidate portrait with structured recommendations, match scores, strengths, risks, and interview focus.\n📋 Candidate Pipeline Manage candidates through a compact ATS workflow: pending, scheduled, interviewed, passed, and talent pool.\n👤 Role Portraits Run internal stakeholder conversations to clarify hiring needs, generate one or more role portraits, and save them into the role library.\n","title":"Zylos Recruit","type":"zylos-recruit"},{"content":"","externalUrl":null,"permalink":"/categories/","section":"Categories","summary":"","title":"Categories","type":"categories"},{"content":" Building tools that empower humans and AI agents to work together seamlessly. Zylos Series — Open Source Framework # Product Description Zylos Autonomous AI agent framework GitHub Zylos Telegram Telegram messaging component GitHub Zylos Recruit AI-assisted recruiting ATS GitHub More Zylos Projects → HxA Infrastructure — Human × Agent # HxA (pronounced \u0026ldquo;Hexa\u0026rdquo;) — Human × Agent collaboration tools\nProduct Description HxA Connect Agent communication protocol GitHub HxA Teams Team organization templates GitHub More HxA Projects → Claw Series # Product Description ClawMark Web annotation \u0026amp; feedback tool GitHub ClawFeed Smart RSS reader powered by AI GitHub More Claw Projects → ","externalUrl":null,"permalink":"/","section":"COCO Labs","summary":" Building tools that empower humans and AI agents to work together seamlessly. Zylos Series — Open Source Framework # Product Description Zylos Autonomous AI agent framework GitHub Zylos Telegram Telegram messaging component GitHub Zylos Recruit AI-assisted recruiting ATS GitHub More Zylos Projects → HxA Infrastructure — Human × Agent # HxA (pronounced “Hexa”) — Human × Agent collaboration tools\n","title":"COCO Labs","type":"page"},{"content":" ClawMark Privacy Policy # Effective Date: March 3, 2026 Last Updated: March 3, 2026\nClawMark is a browser extension and web annotation tool developed by COCO (\u0026ldquo;we\u0026rdquo;, \u0026ldquo;us\u0026rdquo;, \u0026ldquo;our\u0026rdquo;). This Privacy Policy explains what data ClawMark collects, how it is used, and your choices.\n1. Data We Collect # Annotation Data # When you create an annotation, ClawMark stores:\nThe highlighted text and your comment The URL of the page being annotated A timestamp Account Data (Optional) # If you sign in, we store your display name and email address for authentication purposes only.\nPage Context # ClawMark reads the current page URL to match annotation rules and route feedback to the correct destination. It does not read or store full page content.\n2. How Data Is Used # Annotations are stored on the ClawMark server you are connected to (either self-hosted or the official hosted service) and delivered to the destinations you configure (e.g., GitHub Issues, Lark, Telegram, Slack, email, or webhooks). Account data is used solely for authentication and attribution of annotations. We do not sell, rent, or share your data with third parties for advertising or marketing purposes. 3. Data Storage and Security # Annotation data is stored in a server-side database. If you use the official hosted service, data is stored on secured cloud infrastructure. If you self-host ClawMark, you have full control over data storage and retention. All network communication uses HTTPS encryption. 4. Third-Party Services # ClawMark integrates with third-party services only when you explicitly configure them as annotation destinations:\nGitHub (for creating issues/comments) Lark / Feishu Telegram Slack Email providers Custom webhooks No data is sent to any third party unless you set up a routing rule.\n5. Permissions # The Chrome extension requests the following permissions:\nactiveTab: To read the current page URL and selected text for annotation storage: To save your preferences and server configuration locally host permissions: To communicate with the ClawMark server 6. Data Retention and Deletion # You can delete individual annotations at any time through the extension or server interface. Self-hosted users have full control over data retention. To request deletion of your data on the official hosted service, contact us at the address below. 7. Children\u0026rsquo;s Privacy # ClawMark is not directed at children under 13. We do not knowingly collect data from children.\n8. Changes to This Policy # We may update this Privacy Policy from time to time. Changes will be posted on this page with an updated \u0026ldquo;Last Updated\u0026rdquo; date.\n9. Contact Us # If you have questions about this Privacy Policy, please contact us:\nEmail: service@icoco.ai GitHub: github.com/coco-xyz/clawmark ","externalUrl":null,"permalink":"/clawmark/privacy/","section":"ClawMark","summary":"ClawMark Privacy Policy # Effective Date: March 3, 2026 Last Updated: March 3, 2026\nClawMark is a browser extension and web annotation tool developed by COCO (“we”, “us”, “our”). This Privacy Policy explains what data ClawMark collects, how it is used, and your choices.\n1. Data We Collect # Annotation Data # When you create an annotation, ClawMark stores:\n","title":"Privacy Policy","type":"clawmark"},{"content":"","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"}]