No description
| .gitignore | ||
| index.js | ||
| package-lock.json | ||
| README.md | ||
| skill.json | ||
| SKILL.md | ||
Blinko Skill for OpenClaw
This is an OpenClaw skill that integrates with Blinko, an open-source personal AI note tool.
It allows your AI agent to:
- Create todos and notes (with natural language time parsing).
- Search for notes.
- Mark todos as completed (archive).
- Generate daily/weekly reports via Cron jobs.
Installation
Clone this repository into your OpenClaw skills directory:
cd ~/.openclaw/workspace/skills
git clone ssh://git@git.sootflix.co:222/Surile/blinko-skill.git blinko
cd blinko
npm install
Configuration
Create a config.json file in the skill directory:
{
"blinko": {
"baseUrl": "https://your-blinko-instance.com",
"token": "your-api-token"
}
}
Note: config.json is git-ignored for security.
Usage
See SKILL.md for detailed tool definitions and usage examples for the AI agent.
Features
- Smart Time Parsing: "Remind me tomorrow at 3pm" -> converts to correct UTC ISO timestamp.
- Auto Reporting: Can be scheduled to run daily or weekly briefings via OpenClaw Cron.