Xpersona Agent
Feishu Evolver Wrapper
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides... Skill: Feishu Evolver Wrapper Owner: autogame-17 Summary: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides... Tags: latest:1.7.1 Version history: v1.7.1 | 2026-02-27T08:41:36.760Z | user fix: .cmd bypass regex not matching npm %dp0% format; disable detached:true on Windows v1.7.0 | 2026-02-27T05:22:38.504Z | us
clawhub skill install kn7apafdj4thknczrgxdzfd2v1808svf:feishu-evolver-wrapperOverall rank
#62
Adoption
7.3K downloads
Trust
Unknown
Freshness
Feb 28, 2026
Freshness
Last checked Feb 28, 2026
Best For
Feishu Evolver Wrapper is best for general automation workflows where documented compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Overview
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Verifiededitorial-content
Overview
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Executive Summary
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides... Skill: Feishu Evolver Wrapper Owner: autogame-17 Summary: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides... Tags: latest:1.7.1 Version history: v1.7.1 | 2026-02-27T08:41:36.760Z | user fix: .cmd bypass regex not matching npm %dp0% format; disable detached:true on Windows v1.7.0 | 2026-02-27T05:22:38.504Z | us Capability contract not published. No trust telemetry is available yet. 7.3K downloads reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
Profile only
Freshness
Feb 28, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
1.7.1
Install & run
Setup Snapshot
clawhub skill install kn7apafdj4thknczrgxdzfd2v1808svf:feishu-evolver-wrapper- 1
Node.js workspace detected. Install dependencies securely: run `npm ci --ignore-scripts` to prevent post-install lifecycle triggers from running arbitrary code, then selectively audit the dependency tree.
- 2
Setup complexity is classified as HIGH. You must provision dedicated cloud infrastructure or an isolated VM. Do not run this directly on your local workstation.
- 3
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Evidence & Timeline
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Verifiededitorial-content
Evidence & Timeline
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Evidence Ledger
Vendor (1)
Vendor
Clawhub
Release (1)
Latest release
1.7.1
Adoption (1)
Adoption signal
7.3K downloads
Security (1)
Handshake status
UNKNOWN
Artifacts & Docs
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Self-declaredCLAWHUB
Artifacts & Docs
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Artifacts Archive
Extracted files
4
Examples
4
Snippets
0
Languages
Unknown
Executable Examples
bash
# Run the evolution loop node skills/feishu-evolver-wrapper/index.js # Generate Evolution Dashboard (Markdown) node skills/feishu-evolver-wrapper/visualize_dashboard.js # Lifecycle Management (Start/Stop/Status/Ensure) node skills/feishu-evolver-wrapper/lifecycle.js status
bash
node skills/feishu-evolver-wrapper/index.js
bash
# Run the evolution loop node skills/feishu-evolver-wrapper/index.js # Generate Evolution Dashboard (Markdown) node skills/feishu-evolver-wrapper/visualize_dashboard.js # Lifecycle Management (Start/Stop/Status/Ensure) node skills/feishu-evolver-wrapper/lifecycle.js status
bash
node skills/feishu-evolver-wrapper/index.js
Extracted Files
SKILL.md
--- name: feishu-evolver-wrapper description: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides dashboard visualization. Use when running evolver with Feishu reporting or when managing the evolution daemon. --- # Feishu Evolver Wrapper A lightweight wrapper for the `capability-evolver` skill. It injects the Feishu reporting environment variables (`EVOLVE_REPORT_TOOL`) to enable rich card reporting in the Master's environment. ## Usage ```bash # Run the evolution loop node skills/feishu-evolver-wrapper/index.js # Generate Evolution Dashboard (Markdown) node skills/feishu-evolver-wrapper/visualize_dashboard.js # Lifecycle Management (Start/Stop/Status/Ensure) node skills/feishu-evolver-wrapper/lifecycle.js status ``` ## Architecture - **Evolution Loop**: Runs the GEP evolution cycle with Feishu reporting. - **Dashboard**: Visualizing metrics and history from `assets/gep/events.jsonl`. - **Export History**: Exports raw history to Feishu Docs. - **Watchdog**: Managed via OpenClaw Cron job `evolver_watchdog_robust` (runs `lifecycle.js ensure` every 10 min). - Replaces fragile system crontab logic. - Ensures the loop restarts if it crashes or hangs.
README.md
# Feishu Evolver Wrapper A lightweight wrapper for the `capability-evolver` skill. It injects the Feishu reporting environment variables (`EVOLVE_REPORT_TOOL`) to enable rich card reporting in the Master's environment. ## Usage ```bash node skills/feishu-evolver-wrapper/index.js ```
_meta.json
{
"ownerId": "kn7apafdj4thknczrgxdzfd2v1808svf",
"slug": "feishu-evolver-wrapper",
"version": "1.7.1",
"publishedAt": 1772181696760
}package.json
{
"name": "feishu-evolver-wrapper",
"version": "1.7.1",
"description": "Feishu-specific wrapper for capability-evolver",
"main": "index.js",
"dependencies": {
"evolver": "file:../evolver"
}
}Editorial read
Docs & README
Docs source
CLAWHUB
Editorial quality
ready
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides... Skill: Feishu Evolver Wrapper Owner: autogame-17 Summary: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides... Tags: latest:1.7.1 Version history: v1.7.1 | 2026-02-27T08:41:36.760Z | user fix: .cmd bypass regex not matching npm %dp0% format; disable detached:true on Windows v1.7.0 | 2026-02-27T05:22:38.504Z | us
Full README
Skill: Feishu Evolver Wrapper
Owner: autogame-17
Summary: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
Tags: latest:1.7.1
Version history:
v1.7.1 | 2026-02-27T08:41:36.760Z | user
fix: .cmd bypass regex not matching npm %dp0% format; disable detached:true on Windows
v1.7.0 | 2026-02-27T05:22:38.504Z | user
fix: Windows popup storm - bypass .cmd wrapper on Windows, add windowsHide:true to all child process spawns, fix Unix-only path resolution (which->where, /usr/bin/git), use os.tmpdir() instead of /tmp
v1.6.1 | 2026-02-15T15:27:17.506Z | auto
- Improved code in report.js (details not specified).
- Updated dependencies in package-lock.json for better reliability.
- Updated metadata in _meta.json.
v1.6.0 | 2026-02-15T10:03:47.816Z | user
Silent retries, CWD recovery
v1.5.9 | 2026-02-14T18:18:21.489Z | user
Re-publish with SKILL.md frontmatter
v1.5.8 | 2026-02-14T14:27:38.681Z | user
Restored full wrapper, fixed require paths to feishu-common
v1.5.7 | 2026-02-14T03:34:53.438Z | user
Re-publish after account restoration
Archive index:
Archive v1.7.1: 24 files, 61692 bytes
Files: _meta.json (141b), check_health.js (2494b), cleanup.js (1659b), commentary.js (1659b), daemon.sh (1512b), exec_cache.js (803b), export_history.js (3512b), feishu-helper.js (3092b), index.js (88231b), issue_tracker.js (5343b), lifecycle.js (34458b), package.json (208b), README.md (287b), report.js (23522b), self-repair.js (1990b), send-card-cli.js (1026b), SKILL.md (1281b), skills_monitor.js (6024b), trigger.js (410b), utils/dashboard-generator.js (4074b), utils/logger.js (926b), utils/sleep.js (402b), visualize_dashboard.js (7415b), weekly_insight.js (4768b)
File v1.7.1:SKILL.md
name: feishu-evolver-wrapper description: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides dashboard visualization. Use when running evolver with Feishu reporting or when managing the evolution daemon.
Feishu Evolver Wrapper
A lightweight wrapper for the capability-evolver skill.
It injects the Feishu reporting environment variables (EVOLVE_REPORT_TOOL) to enable rich card reporting in the Master's environment.
Usage
# Run the evolution loop
node skills/feishu-evolver-wrapper/index.js
# Generate Evolution Dashboard (Markdown)
node skills/feishu-evolver-wrapper/visualize_dashboard.js
# Lifecycle Management (Start/Stop/Status/Ensure)
node skills/feishu-evolver-wrapper/lifecycle.js status
Architecture
- Evolution Loop: Runs the GEP evolution cycle with Feishu reporting.
- Dashboard: Visualizing metrics and history from
assets/gep/events.jsonl. - Export History: Exports raw history to Feishu Docs.
- Watchdog: Managed via OpenClaw Cron job
evolver_watchdog_robust(runslifecycle.js ensureevery 10 min).- Replaces fragile system crontab logic.
- Ensures the loop restarts if it crashes or hangs.
File v1.7.1:README.md
Feishu Evolver Wrapper
A lightweight wrapper for the capability-evolver skill.
It injects the Feishu reporting environment variables (EVOLVE_REPORT_TOOL) to enable rich card reporting in the Master's environment.
Usage
node skills/feishu-evolver-wrapper/index.js
File v1.7.1:_meta.json
{ "ownerId": "kn7apafdj4thknczrgxdzfd2v1808svf", "slug": "feishu-evolver-wrapper", "version": "1.7.1", "publishedAt": 1772181696760 }
File v1.7.1:package.json
{ "name": "feishu-evolver-wrapper", "version": "1.7.1", "description": "Feishu-specific wrapper for capability-evolver", "main": "index.js", "dependencies": { "evolver": "file:../evolver" } }
Archive v1.7.0: 24 files, 61657 bytes
Files: _meta.json (141b), check_health.js (2494b), cleanup.js (1659b), commentary.js (1659b), daemon.sh (1512b), exec_cache.js (803b), export_history.js (3512b), feishu-helper.js (3092b), index.js (88201b), issue_tracker.js (5343b), lifecycle.js (34417b), package.json (208b), README.md (287b), report.js (23522b), self-repair.js (1990b), send-card-cli.js (1026b), SKILL.md (1281b), skills_monitor.js (6024b), trigger.js (410b), utils/dashboard-generator.js (4074b), utils/logger.js (926b), utils/sleep.js (402b), visualize_dashboard.js (7415b), weekly_insight.js (4768b)
File v1.7.0:SKILL.md
name: feishu-evolver-wrapper description: Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides dashboard visualization. Use when running evolver with Feishu reporting or when managing the evolution daemon.
Feishu Evolver Wrapper
A lightweight wrapper for the capability-evolver skill.
It injects the Feishu reporting environment variables (EVOLVE_REPORT_TOOL) to enable rich card reporting in the Master's environment.
Usage
# Run the evolution loop
node skills/feishu-evolver-wrapper/index.js
# Generate Evolution Dashboard (Markdown)
node skills/feishu-evolver-wrapper/visualize_dashboard.js
# Lifecycle Management (Start/Stop/Status/Ensure)
node skills/feishu-evolver-wrapper/lifecycle.js status
Architecture
- Evolution Loop: Runs the GEP evolution cycle with Feishu reporting.
- Dashboard: Visualizing metrics and history from
assets/gep/events.jsonl. - Export History: Exports raw history to Feishu Docs.
- Watchdog: Managed via OpenClaw Cron job
evolver_watchdog_robust(runslifecycle.js ensureevery 10 min).- Replaces fragile system crontab logic.
- Ensures the loop restarts if it crashes or hangs.
File v1.7.0:README.md
Feishu Evolver Wrapper
A lightweight wrapper for the capability-evolver skill.
It injects the Feishu reporting environment variables (EVOLVE_REPORT_TOOL) to enable rich card reporting in the Master's environment.
Usage
node skills/feishu-evolver-wrapper/index.js
File v1.7.0:_meta.json
{ "ownerId": "kn7apafdj4thknczrgxdzfd2v1808svf", "slug": "feishu-evolver-wrapper", "version": "1.7.0", "publishedAt": 1772169758504 }
File v1.7.0:package.json
{ "name": "feishu-evolver-wrapper", "version": "1.7.0", "description": "Feishu-specific wrapper for capability-evolver", "main": "index.js", "dependencies": { "evolver": "file:../evolver" } }
API & Reliability
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
MissingCLAWHUB
API & Reliability
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract & API
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/trust"
Operational fit
Reliability & Benchmarks
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Machine Appendix
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
MissingCLAWHUB
Machine Appendix
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": []
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T02:34:03.791Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [],
"flattenedTokens": ""
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawhub",
"href": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "7.3K downloads",
"href": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "latest_release",
"category": "release",
"label": "Latest release",
"value": "1.7.1",
"href": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-27T08:41:36.760Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-autogame-17-feishu-evolver-wrapper/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "release",
"title": "Release 1.7.1",
"description": "fix: .cmd bypass regex not matching npm %dp0% format; disable detached:true on Windows",
"href": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceUrl": "https://clawhub.ai/autogame-17/feishu-evolver-wrapper",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-27T08:41:36.760Z",
"isPublic": true
}
]