{"id":"6c784083-d6fc-4dc1-a8f8-1826cc54ec2d","slug":"bparticle-natural-language-planner","name":"natural-language-planner","description":"Natural language task and project management. Use when the user talks about things they need to do, projects they're working on, tasks, deadlines, or asks for a project overview / dashboard. Captures tasks from conversation, organises them into projects, tracks progress, and serves a local Kanban dashboard.","canonicalUrl":"https://xpersona.co/skill/bparticle-natural-language-planner","sourceUrl":"https://github.com/bparticle/natural-language-planner","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"bparticle","label":"Bparticle","url":"https://github.com/bparticle/natural-language-planner"},"protocols":["OPENCLEW"],"capabilities":["from","also","i","automate","set","click","see","be","view","request","omit","overwrite","adjust","edit"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T01:47:10.240Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Bparticle"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Bparticle","href":"https://github.com/bparticle/natural-language-planner","sourceUrl":"https://github.com/bparticle/natural-language-planner","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T01:47:10.240Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/bparticle-natural-language-planner/contract","sourceUrl":"https://xpersona.co/api/v1/agents/bparticle-natural-language-planner/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T01:47:10.240Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"1 GitHub stars","href":"https://github.com/bparticle/natural-language-planner","sourceUrl":"https://github.com/bparticle/natural-language-planner","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T01:47:10.240Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/bparticle-natural-language-planner/trust","sourceUrl":"https://xpersona.co/api/v1/agents/bparticle-natural-language-planner/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["1 GitHub stars","Trust evidence available"],"agentCard":{"name":"natural-language-planner","description":"Natural language task and project management. Use when the user talks about things they need to do, projects they're working on, tasks, deadlines, or asks for a project overview / dashboard. Captures tasks from conversation, organises them into projects, tracks progress, and serves a local Kanban dashboard.","source":"GITHUB_OPENCLEW","sourceId":"github:1153504749","repository":"https://github.com/bparticle/natural-language-planner","documentation":"https://xpersona.co/skill/bparticle-natural-language-planner/agent/bparticle-natural-language-planner","protocols":["OPENCLEW"],"capabilities":["from","also","i","automate","set","click","see","be","view","request","omit","overwrite","adjust","edit"],"languages":["typescript"],"install":{"command":"git clone https://github.com/bparticle/natural-language-planner.git","ecosystem":"git"},"examples":[{"kind":"example","language":"python","snippet":"import sys, os\n\n# Locate the skill root automatically (env var, openclaw dir, pnpm, or cwd)\nfrom scripts.config_manager import get_skill_root\nskill_root = str(get_skill_root())\nif skill_root not in sys.path:\n    sys.path.insert(0, skill_root)\n\nfrom scripts.file_manager import init_workspace\ninit_workspace(\"<WORKSPACE_PATH>\")"},{"kind":"example","language":"python","snippet":"from scripts.file_manager import create_task\ntask_id = create_task(\n    \"Design new homepage layout\",\n    project_id=\"website-redesign\",\n    details={\n        \"description\": \"Create wireframes and mockups for the new homepage\",\n        \"priority\": \"high\",\n        \"due\": \"2026-02-15\",\n        \"tags\": [\"design\", \"frontend\"],\n        \"context\": \"User wants a modern, clean look — homepage is the top priority\",\n        \"agent_tips\": [\n            \"Start mobile-first — most traffic is from phones these days\",\n            \"Figma has a free tier that works well for wireframing collaboratively\",\n            \"Run a Lighthouse audit on the current page first so you have a baseline\",\n        ],\n    }\n)"}]}}