← 返回 Skills 市场
brettburbidge

Taskline Integration

作者 BrettBurbidge · GitHub ↗ · v2.0.0
cross-platform ✓ 安全检测通过
694
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install taskline
功能描述
AI-powered natural language task management through MyTaskline.com. Transform complex requests like "Ask Sarah to review the Mobile project docs by Friday wi...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taskline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taskline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug taskline
版本 2.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 694 次。

如何安装 Taskline Integration?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install taskline」即可一键安装,无需额外配置。

Taskline Integration 是免费的吗?

是的,Taskline Integration 完全免费(开源免费),可自由下载、安装和使用。

Taskline Integration 支持哪些平台?

Taskline Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Taskline Integration?

由 BrettBurbidge(@brettburbidge)开发并维护,当前版本 v2.0.0。

💬 留言讨论