← 返回 Skills 市场
xiaoke-bot

Daily-to-Goal MCP

作者 Xiao Ke · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
284
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install daily-to-goal-mcp
功能描述
Connect to Daily-to-Goal (D2G) platform via MCP to manage goals, tasks, entities, and team performance. Use when the user wants to interact with their D2G pl...
使用说明 (SKILL.md)

Daily-to-Goal MCP Integration

Connect your AI assistant to Daily-to-Goal via MCP to manage goals, tasks, and team performance.

Setup

1. Get Your API Key

  1. Visit https://h5.dd-up.com/ and sign up or log in
  2. Go to Settings → API Keys
  3. Generate a new API key (format: dtg_live_...)
  4. Save the key — it is shown only once

2. Configure MCP Server

Add to your OpenClaw / Claude Desktop MCP config:

{
  "mcpServers": {
    "daily-to-goal": {
      "command": "npx",
      "args": ["@daily-to-goal/mcp-server"],
      "env": {
        "DTG_API_KEY": "dtg_live_your_key_here"
      }
    }
  }
}

Replace DTG_API_KEY with your actual key.

Security: Never commit your API key to version control. Use environment variables or a secrets manager.

Available Tools (18)

Goal Management (6)

Tool Description
goals_list List goals with filters (status, date range, parent)
goals_create Create a goal (supports hierarchy via parentId)
goals_update Update goal details
goals_delete Delete a goal
goals_add_progress Add manual progress entry
goals_get_hierarchy Get full goal tree from a root goal

Task Management (5)

Tool Description
tasks_list List tasks with filters (status, assignee, goal)
tasks_create Create a task (optionally linked to a goal)
tasks_update Update task details
tasks_complete Mark a task as completed
tasks_approve Approve a task (manager/admin only)

Entity Management (4)

Tool Description
entities_list List entities (assets) with filters
entities_create Create a new entity
entities_update Update entity details
entities_delete Delete an entity

Team Insights (3)

Tool Description
team_members List team members with stats
team_performance Get team performance metrics
team_leaderboard Get team rankings

Resources (read-only URI access)

  • dtg://goals/{goalId} — Goal details
  • dtg://goals/{goalId}/hierarchy — Full goal tree
  • dtg://tasks/{taskId} — Task details
  • dtg://goals/{goalId}/tasks — Tasks under a goal
  • dtg://team/members — Team member list
  • dtg://team/performance — Team performance metrics
  • dtg://entities/{entityId} — Entity details

Permissions (RBAC)

Role Read Write own Write team Approve
Admin All All All Yes
Manager All Yes Yes Yes
Member All Yes No No

API Key Scopes

goals:read, goals:write, tasks:read, tasks:write, entities:read, entities:write, team:read, datasets:read

Troubleshooting

  • Authentication failed: Verify your API key is correct and not expired
  • Permission denied: Check your user role and API key scopes
  • Resource not found: Confirm the resource belongs to your tenant

For detailed API key management and security practices, see references/security.md.

安全使用建议
This skill appears to do what it says (manage Daily-to-Goal via an API key) but the runtime step uses `npx @daily-to-goal/mcp-server` with no homepage or source listed. That will download and execute code from npm on your machine. Before installing or running it: (1) verify the npm package exists and inspect its source (GitHub repo, package contents) and publisher identity; (2) prefer an official homepage or repository and avoid running npx from unknown packages; (3) run the MCP server in an isolated environment (container/VM) if you must test it; (4) create a limited-scope DTG API key and be prepared to rotate/revoke it; (5) avoid committing the key to source control and use a secrets manager. If the publisher or package cannot be verified, treat this as risky and decline installation.
功能分析
Type: OpenClaw Skill Name: daily-to-goal-mcp Version: 1.0.2 The skill bundle is a standard MCP integration for the Daily-to-Goal (D2G) productivity platform. It provides documentation and configuration for managing goals and tasks via the '@daily-to-goal/mcp-server' package. No malicious logic, data exfiltration, or harmful prompt injections were found; the documentation (SKILL.md) even includes proactive security advice regarding API key management.
能力评估
Purpose & Capability
Name/description (Daily-to-Goal integration) align with the single required env var (DTG_API_KEY) and the listed tools (goals/tasks/entities/team). Requiring an API key for the D2G platform is expected.
Instruction Scope
SKILL.md is focused on the D2G integration and does not ask the agent to read unrelated files or additional credentials. However, it instructs adding an MCP server entry that will run `npx @daily-to-goal/mcp-server` at runtime, which grants the skill the ability to execute code obtained from npm.
Install Mechanism
No formal install spec is provided, but the instructions rely on `npx @daily-to-goal/mcp-server`. That causes dynamic download-and-execute behavior from the npm registry. The skill metadata lacks a homepage/source and the package publisher is unknown, increasing the risk that running npx will fetch unvetted code.
Credentials
Only DTG_API_KEY is required and that directly corresponds to the D2G API usage described. No additional unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent, platform-wide privileges. The MCP server pattern will run separately but the skill itself does not demand elevated agent-wide privileges in the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-to-goal-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-to-goal-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Sync with latest SKILL.md from main branch (2026-03-23)
v1.2.1
Remove hardcoded key format and external URL references to improve security scan results
v1.2.0
Remove DATABASE_URL dependency, guide users to sign up/login at h5.dd-up.com to get API key, simplify setup to cloud-based usage
v1.1.0
Add metadata declaring required env vars (DATABASE_URL, DTG_API_KEY), add security notice and prerequisites section
v1.0.1
Test publish
v1.0.0
Initial release - MCP integration for Daily-to-Goal platform
元数据
Slug daily-to-goal-mcp
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Daily-to-Goal MCP 是什么?

Connect to Daily-to-Goal (D2G) platform via MCP to manage goals, tasks, entities, and team performance. Use when the user wants to interact with their D2G pl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。

如何安装 Daily-to-Goal MCP?

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

Daily-to-Goal MCP 是免费的吗?

是的,Daily-to-Goal MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily-to-Goal MCP 支持哪些平台?

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

谁开发了 Daily-to-Goal MCP?

由 Xiao Ke(@xiaoke-bot)开发并维护,当前版本 v1.0.2。

💬 留言讨论