← Back to Skills Marketplace
certainlogicai

Agentpathfinder

by CertainLogicAI · GitHub ↗ · v1.2.7 · MIT-0
cross-platform ✓ Security Clean
138
Downloads
0
Stars
0
Active Installs
20
Versions
Install in OpenClaw
/install agentpathfinder-agent-task-tracker-free
Description
Unlimited tamper-evident cryptographic task tracking for AI agents. Green = proven complete. Red = failed or incomplete. Free forever — no usage caps, no tel...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentpathfinder-agent-task-tracker-free
  3. After installation, invoke the skill by name or use /agentpathfinder-agent-task-tracker-free
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug agentpathfinder-agent-task-tracker-free
Version 1.2.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 20
Frequently Asked Questions

What is Agentpathfinder?

Unlimited tamper-evident cryptographic task tracking for AI agents. Green = proven complete. Red = failed or incomplete. Free forever — no usage caps, no tel... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.

How do I install Agentpathfinder?

Run "/install agentpathfinder-agent-task-tracker-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agentpathfinder free?

Yes, Agentpathfinder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agentpathfinder support?

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

Who created Agentpathfinder?

It is built and maintained by CertainLogicAI (@certainlogicai); the current version is v1.2.7.

💬 Comments