Kinema's Task Management (daily report, active push, traceback)
v1.1.0Kinema personal task tracking system. AI Agent maintains tasks as markdown files in workspace. Trigger: User describes tasks, mentions "任务", "task", asks to...
⭐ 0· 24·0 current·0 all-time
byKinema.@leeshunee
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (task management, daily report, archive) line up with the included files and instructions. All required operations (create/update/archive/report/snapshot) are implemented by the bundled bash scripts and SKILL.md/ONBOARDING.md. There are no declared env vars or unrelated external services required.
Instruction Scope
Runtime instructions only reference local workspace paths (~/.openclaw/workspace/kinema-tasks), the skill's own SKILL.md/ONBOARDING.md, and OpenClaw cron commands. The onboarding explicitly requires user confirmation when extracting push-target metadata (chat_id). The agent is not instructed to read unrelated system files or secrets.
Install Mechanism
No network installs or downloads are specified; the skill is instruction-first and supplies local shell scripts. ONBOARDING.md instructs copying the provided scripts into the skills directory and chmod +x; this is a local file operation and proportionate for the functionality.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside its own workspace. The only external inputs are OpenClaw cron and inbound metadata (provider/chat_id) which are directly relevant to pushing reports.
Persistence & Privilege
always:false (no forced inclusion). The onboarding recommends creating three cron jobs that will run regularly and push reports to a specified channel/ID; this gives the skill scheduled ability to post messages but is appropriate for a daily-reporting task manager. User confirmation is required for target selection in onboarding (documented).
Assessment
This skill appears to do what it says: it stores tasks as markdown in ~/.openclaw/workspace/kinema-tasks and uses bundled shell scripts to create, archive, snapshot, and generate reports. Before installing, review and consider: 1) Cron behavior — the onboarding asks you to create three cron jobs that will automatically read the task files and post reports to the channel/ID you supply; confirm the target channel/chat_id to avoid sending messages to unintended recipients. 2) Local file access — the skill will read/write files under ~/.openclaw/workspace/kinema-tasks and the skill scripts directory; task descriptions are stored in plain text. 3) No external network calls or secrets are requested by the scripts, but you should still inspect the provided scripts yourself (they are small and readable) before making them executable. If you want extra safety, run onboarding steps manually and only add the cron jobs after verifying the --channel/--to values.Like a lobster shell, security has layers — review code before you run it.
latestvk9763wtt7pnp44haxd97x27ep984s6x8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
