← Back to Skills Marketplace
brettburbidge

Taskline Integration

by BrettBurbidge · GitHub ↗ · v2.0.0
cross-platform ✓ Security Clean
694
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install taskline
Description
AI-powered natural language task management through MyTaskline.com. Transform complex requests like "Ask Sarah to review the Mobile project docs by Friday wi...
Usage Guidance
Before installing/running: 1) Review references/config.json and confirm baseUrl is the real MyTaskline API (not a local or attacker-controlled host); change the placeholder API key to a least-privileged key. 2) Remember the API key is stored in plaintext under the skill directory — treat that file as a secret (restrict filesystem permissions, don't check into source control). 3) Inspect the included Python scripts (they're plain, readable) to be sure you're comfortable with network calls they make. 4) If you want extra safety, run the scripts in an isolated environment (container or VM) and avoid running as root. 5) If you need guarantees about the publisher, verify the skill owner's reputation or prefer an official client from MyTaskline.com.
Capability Analysis
Type: OpenClaw Skill Name: taskline Version: 2.0.0 The OpenClaw AgentSkills skill bundle for Taskline AI appears benign. All Python scripts use `subprocess.run` with a list of arguments, preventing shell injection vulnerabilities. Network communication is exclusively directed to the legitimate `https://mytaskline.com/api/v1` endpoint, using an API key from `references/config.json` as expected. There is no evidence of data exfiltration, unauthorized file access, persistence mechanisms, or prompt injection attempts in any of the markdown or code files. The code's functionality aligns perfectly with its stated purpose of AI-powered task management.
Capability Assessment
Purpose & Capability
The name/description (AI -> MyTaskline task management) aligns with the code: scripts parse natural language and call a Taskline API. Required access is a single API key stored in references/config.json; network calls target the configured baseUrl. There are no unrelated binaries or credentials requested.
Instruction Scope
SKILL.md instructs editing references/config.json and running the provided Python scripts. The scripts only read that config file and perform HTTP requests to the configured API; they do not attempt to read unrelated system files or environment variables. The SKILL.md examples and the code's behavior are consistent.
Install Mechanism
There is no install spec (instruction-only from the platform perspective). The package includes Python scripts meant to be run with the system Python and the requests library; nothing is downloaded from external arbitrary URLs or installed silently by the skill.
Credentials
The registry metadata lists no required env vars, but the runtime requires placing an API key into references/config.json (plaintext). This is proportionate to the skill's purpose, but the API key will live on disk within the skill directory — consider that a secret stored in a file is accessible to any process or user with filesystem access. Also, some example docs reference a localhost base URL (http://localhost:5173) while config.json defaults to https://mytaskline.com/api/v1 — verify you use the intended production endpoint.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs as local scripts invoked by the user/agent and makes network calls using the provided API key — normal for an integration of this type.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install taskline
  3. After installation, invoke the skill by name or use /taskline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Personal task management via Taskline API with natural language support
v1.0.0
Personal task management via Taskline API with natural language support
Metadata
Slug taskline
Version 2.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Taskline Integration?

AI-powered natural language task management through MyTaskline.com. Transform complex requests like "Ask Sarah to review the Mobile project docs by Friday wi... It is an AI Agent Skill for Claude Code / OpenClaw, with 694 downloads so far.

How do I install Taskline Integration?

Run "/install taskline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Taskline Integration free?

Yes, Taskline Integration is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Taskline Integration support?

Taskline Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Taskline Integration?

It is built and maintained by BrettBurbidge (@brettburbidge); the current version is v2.0.0.

💬 Comments