← 返回 Skills 市场
ryudi84

RPG Quest Master — Daily Quests for Real Life

作者 ryudi84 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
466
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install sovereign-quest-master
功能描述
Generate daily and weekly RPG-style quests tailored to your goals, tracking progress and adjusting difficulty based on completion to boost productivity and s...
安全使用建议
Before installing, ask the skill author to clarify these points: (1) Where are user goals and quest lists stored? If the skill expects config/goals.json, insist they declare that config path or change instructions to use the agent's memory API. (2) What is the 'XP Engine'? Is it an internal component, a separate service, or a library that will be installed? Provide concrete implementation details. (3) Does the skill ever read arbitrary files or only its own dedicated storage location? Require that it only use a single dedicated folder (and have that path declared). (4) Will any data be transmitted externally? If so, which endpoints and what authentication is used? (5) How is scheduled 'every morning' execution performed — does it require background jobs, and what permissions are needed? If the author cannot provide clear answers and explicit declarations (config paths, storage behavior, any external endpoints), treat the skill as risky: test it in a sandboxed environment and do not grant filesystem or network permissions to your agent until those details are resolved.
功能分析
Type: OpenClaw Skill Name: sovereign-quest-master Version: 1.0.0 The skill bundle contains standard metadata and a `SKILL.md` file outlining instructions for an AI agent to act as a 'Quest Master'. The instructions are focused on generating and managing quests based on player goals and stats. The only file access instruction is to read `config/goals.json`, which is a legitimate configuration file for the skill's stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent for harmful purposes. The content is entirely aligned with the described functionality.
能力评估
Purpose & Capability
The name/description (generate and track RPG-style quests) is plausible, but SKILL.md explicitly references reading the player's configured goals from config/goals.json, updating quest lists, and 'passing to the XP Engine'. The registry metadata declares no config paths, binaries, or credentials. That mismatch (explicit file paths and an external engine vs no declared storage/requirements) is incoherent: a legitimate implementation should declare where it reads/writes data or rely on agent memory and not hard-code an undeclared filesystem path.
Instruction Scope
Instructions instruct the agent to parse natural-language user reports, match them to quests, create ad-hoc XP awards, update quest lists, and run adaptive-difficulty logic. They also reference a specific file path (config/goals.json) and an undefined component ('XP Engine'). These steps imply filesystem I/O and persistent state, scheduling ('Every morning'), and possibly cross-component calls — none of which are explained or constrained. The instructions are therefore ambiguous and grant broad discretion to the agent.
Install Mechanism
No install spec and no code files — this is instruction-only, which is the lowest installer risk. Nothing will be downloaded or written by an installer step as provided.
Credentials
The skill declares no required environment variables or credentials, which is appropriate for a local quest generator. However, the SKILL.md's reference to a concrete config path (config/goals.json) and an external 'XP Engine' suggests it expects access to storage or services that are not declared. That lack of declared permissions or storage location is a proportionality/clarity issue to resolve.
Persistence & Privilege
The runtime instructions assume persistent storage (updating quest lists, tracking completion rates, scheduled daily generation) but the skill does not declare any config paths or explain where data is stored. While the skill is not marked always:true, the implied need to read/write files or long-lived state is a privilege that should be explicitly documented; as-is it's unclear what the agent will try to access or modify.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sovereign-quest-master
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sovereign-quest-master 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Quest Master Skill. - Automatically generates daily main and side quests tailored to player goals and stats. - Supports weekly "boss fights" that break big goals into multi-phase challenges with bonus rewards. - Adapts quest difficulty based on player performance and stat progress. - Parses natural language reports to process quest completions and XP awards. - Ensures quest variety and includes both easy wins and stretch challenges.
元数据
Slug sovereign-quest-master
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

RPG Quest Master — Daily Quests for Real Life 是什么?

Generate daily and weekly RPG-style quests tailored to your goals, tracking progress and adjusting difficulty based on completion to boost productivity and s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 466 次。

如何安装 RPG Quest Master — Daily Quests for Real Life?

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

RPG Quest Master — Daily Quests for Real Life 是免费的吗?

是的,RPG Quest Master — Daily Quests for Real Life 完全免费(开源免费),可自由下载、安装和使用。

RPG Quest Master — Daily Quests for Real Life 支持哪些平台?

RPG Quest Master — Daily Quests for Real Life 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RPG Quest Master — Daily Quests for Real Life?

由 ryudi84(@ryudi84)开发并维护,当前版本 v1.0.0。

💬 留言讨论