← 返回 Skills 市场
certainlogicai

Agentpathfinder

作者 CertainLogicAI · GitHub ↗ · v1.2.7 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
0
收藏
0
当前安装
20
版本数
在 OpenClaw 中安装
/install agentpathfinder-agent-task-tracker-free
功能描述
Unlimited tamper-evident cryptographic task tracking for AI agents. Green = proven complete. Red = failed or incomplete. Free forever — no usage caps, no tel...
安全使用建议
This package appears internally consistent with its stated purpose (local, tamper‑evident task tracking). Before installing or running it, consider these practical checks: - Inspect the shipped code (you can review the included Python files) and confirm you trust the publisher/repo before running pf install or pip install. The package runs locally and writes secrets to your home directory. - Run it in an isolated environment (VM, container, or dedicated user account) if you plan to bind steps that run system commands (examples show docker and subprocess usage). Bound step functions can execute arbitrary commands — that's a feature for automation but also a risk if agents or step code are untrusted. - Protect the data directory (~/.agentpathfinder or ~/.agentpathfinder/pathfinder_data) with filesystem permissions and avoid using it on multi‑user/shared machines unless you accept that anyone with access to that directory can read shards. The free tier is explicitly "tamper‑evident, not tamper‑proof." If you need stronger guarantees, follow the project's stated upgrade path (hosted vault/TEE) when available. - Verify the repository/source you install from (signed releases or a trustworthy GitHub repo). There are small doc mismatches (data path and license string) worth noting but not security‑critical by themselves. - Consider running a test with harmless tasks first and inspect the files created under your home directory to confirm what is stored and ensure no unexpected network activity occurs. If you want additional assurance, provide the exact install command/source URL you intend to use (clawhub or pip/GitHub), and I can re-check for remote install URLs or publish artifacts that would change the assessment.
功能分析
Type: OpenClaw Skill Name: agentpathfinder-agent-task-tracker-free Version: 1.2.7 The AgentPathfinder bundle is a legitimate cryptographic task-tracking utility for AI agents. It implements XOR-based secret sharing to shard a master key across multiple task steps and uses HMAC-SHA256 for tamper-evident audit logging. Analysis of the Python source code (agent_runtime.py, task_engine.py) and scripts confirms that all data operations are strictly local, confined to the ~/.agentpathfinder directory, with no evidence of network exfiltration, unauthorized file access, or malicious execution. The bundle includes a comprehensive SAFETY.md that transparently explains its cryptographic choices and addresses potential false positives from security scanners.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description describe cryptographic, tamper‑evident task tracking and the included code (key generation, XOR sharding, HMAC audit trail, CLI/SDK hooks, local vault) implements exactly that. No unexpected cloud credentials, SDKs, or unrelated dependencies are requested.
Instruction Scope
Runtime instructions and examples operate on local data in ~/.agentpathfinder and describe offline operation. The example Python bindings show running arbitrary subprocesses (pytest, docker commands) — expected for a task runner, but it means bound step functions can execute arbitrary system commands. The SKILL.md and SAFETY.md assert 'no telemetry' and local-only storage; the code indeed writes exclusively to a data directory under the user's home. Small doc/code mismatches: SKILL.md says data in ~/.agentpathfinder; TaskEngine defaults to ~/.agentpathfinder/pathfinder_data. Also SAFETY.md claims MIT-0 while README/SKILL.md claim MIT — license string mismatch.
Install Mechanism
No remote download/install URL is embedded in the skill manifest; it's an instruction-and-code package with setup.py/requirements.txt included. There is no evidence of fetching arbitrary code from a third‑party server during runtime. Installation writes files under the user's home directory (normal for a CLI tool).
Credentials
The skill declares no required environment variables or external credentials. It manages its own local agent shared secrets in ~/.agentpathfinder/agents/registry.json (expected for agent authentication). There are no unrelated credentials requested.
Persistence & Privilege
The skill persists data and secret shards on disk in the user's home directory (creates ~/.agentpathfinder/*). always:true is not set. This is expected for a local vault-style tool, but it means anyone or any process with filesystem access to that directory can read shards (the project documents this limitation and suggests Pro/Enterprise fixes).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentpathfinder-agent-task-tracker-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentpathfinder-agent-task-tracker-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.7
Removed Brain API hook, Trinity Stack, and all brain-related features. Simplified to pure task tracking: tamper-evident cryptographic sharding, audit trails, and visual status confirmations. No external servers, no telemetry, no optional integrations. Docs now match product 100%.
v1.2.6
Updated SAFETY.md: added Brain hook explanation - intercepts ask/query for local cache only, never system commands, off by default, requires explicit activation
v1.2.5
Fixed: all data writes now consolidated under ~/.agentpathfinder per scanner feedback
v1.2.4
Fixed privacy disclosure in SKILL.md per scanner feedback
v1.2.3
- Added PRO-WAITLIST.md for upcoming Pro features and user registrations. - Updated README.md with latest instructions or information. - Modified skill.json, likely reflecting version info or feature updates.
v1.2.2
- Added brain integration files: BRAIN_FIRST.md, brain_hook.py, and trinity_stack.py, expanding future extensibility. - Introduced scripts/brain_hook.py for scripting or automation enhancements. - Made minor updates to skill metadata (skill.json) to support new files and features. - No changes to user-facing documentation or CLI usage.
v1.1.3
- Internal scripts and core modules updated: agentpathfinder/brain_skill.py, agentpathfinder/hermes_cache.py, scripts/brain_skill.py, scripts/dashboard_static.py, scripts/hermes_cache.py. - No user-facing documentation changes or CLI feature changes. - Version updated to 1.1.3, maintaining full backwards compatibility.
v1.1.2
- Added new file: agentpathfinder/brain_skill.py - Added new script: scripts/brain_skill.py No other changes to core code or documentation.
v1.1.1
- No user-facing changes in this release. - Documentation and metadata remain unchanged from the previous version.
v1.1.0
- Introduced hermes_cache module to the project. - Added agentpathfinder/hermes_cache.py and scripts/hermes_cache.py files.
v1.0.9
Version 1.0.9 - Renamed skill in documentation from "agentpathfinder" to "AgentPathfinder" for consistency. - No functional or feature changes; documentation update only.
v1.0.8
- Added graceful handling and documentation for Windows platforms where advisory locking (fcntl) is unavailable; code now runs with degradation instead of failure. - Updated platform metadata in SKILL.md to clarify platform compatibility and locking limitations. - Internal improvements to task engine and dashboard script to support cross-platform operation. - Minor documentation corrections and refinements.
v1.0.7
- Updated description to clarify security policies by noting open-source status, no network access, and no data collection; now references SAFETY.md for full disclosure. - Version updated from 1.0.3 to 1.0.6 in documentation. - No changes to core features or usage instructions.
v1.0.6
- Added SAFETY.md file for enhanced project transparency. - No changes to code or functionality. - Improves documentation and project safety information.
v1.0.5
- Updated feature table to indicate Pro features are "Coming Soon" instead of currently available. - Clarified dashboard and export features as future offerings rather than immediately available. - Reworded license and feature section to reflect upcoming Pro tier. - No changes to functionality; documentation updates only.
v1.0.4
- Entire SKILL.md rewritten: now focused on feature overview, concise install/start docs, and clear green/red status explanations. - Added product tier table (Free vs Pro) and feature comparison. - Improved quickstart, troubleshooting, and security sections for clarity and brevity. - Dashboard and SDK usage made easier to find, including instructions for both static and live dashboard. - New metadata at top (name, version, author, platforms, description). - Previous detailed technical explanation removed in favor of benefit-focused, user-friendly copy.
v1.0.3
- Minor update to scripts/pathfinder_client.py. - Internal code changes; no user-facing features or documentation changes. - No updates to CLI/API or configuration required.
v1.0.2
- Improved error handling in scripts/pathfinder_client.py for increased robustness. - Minor code cleanup and refactoring for maintainability. - No user-facing changes or new features added.
v1.0.1
Initial public release of AgentPathfinder v2 Python package. - Modularized core functionality into new files: agent_runtime, audit_trail, issuing_layer, pathfinder_core, and task_engine. - Added Python package metadata and requirements for distribution (setup.py, requirements.txt). - Existing pathfinder_client.py script updated to utilize new core modules. - Project now structured for import as a standard Python package under agentpathfinder/. - No database required, with all state managed via the filesystem.
v1.0.0-beta.1
AgentPathfinder v2 first beta release. - Deterministic, cryptographically-sharded task orchestration with tamper-proof audit trails and agent authentication - Master key split into N+1 shards via XOR; key reconstructs only after all steps succeed - Tamper-evident, HMAC-SHA256-signed JSONL audit trails stored append-only (no database needed) - Crash detection and recovery for in-progress steps; robust concurrency via file locking and atomic writes - Rich CLI and Python SDK with visual emoji state feedback and one-command setup - Pure Python web dashboard for live task monitoring, audit verification, and agent/statistics panel - Comprehensive documentation for install, usage, and troubleshooting
元数据
Slug agentpathfinder-agent-task-tracker-free
版本 1.2.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 20
常见问题

Agentpathfinder 是什么?

Unlimited tamper-evident cryptographic task tracking for AI agents. Green = proven complete. Red = failed or incomplete. Free forever — no usage caps, no tel... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 Agentpathfinder?

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

Agentpathfinder 是免费的吗?

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

Agentpathfinder 支持哪些平台?

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

谁开发了 Agentpathfinder?

由 CertainLogicAI(@certainlogicai)开发并维护,当前版本 v1.2.7。

💬 留言讨论