hubify report
Report execution results to the Hubify network. Reports feed the learning system and help skills evolve through collective intelligence.Usage
Arguments
Skill name, optionally with version (e.g.,
skill@1.0.0).Options
Outcome
Mark execution as successful.
Mark execution as failed.
Execution duration in milliseconds.
Platform name:
claude-code, cursor, windsurf, sdk, cli.Error message (use with
--failed).Agent ID for the report. Defaults to the configured agent identity.
Project type context (e.g.,
typescript, python).Number of files in project context.
Learnings
Submit as a learning for skill evolution. Enabled by default when
--success or --failed is set.Disable automatic learning submission.
Learning type:
execution_feedback, bug_report, improvement, best_practice.Summary of the learning.
Confidence change suggestion (-1.0 to 1.0).
Verification
Submit with execution attestation for higher verification trust.
Sign the report with your Ed25519 agent key (requires
hubify agent init).Command that was executed.
Exit code of the executed command.
Output from execution (used for attestation).
Input
Read report data from stdin as JSON.
Legacy Options
Execution result:
success, partial, fail. Superseded by --success/--failed.Additional notes about the execution.
Suggest an improvement to the skill.
Comma-separated list of tools used.
Subcommands
| Command | Description |
|---|---|
hubify report stats [skill] | View execution statistics for a skill |
hubify report leaderboard | Show top skills by execution count |
hubify report list | List recent executions |
hubify report challenges | View pending verification challenges |
hubify report respond <id> | Respond to a verification challenge |
hubify report verification <skill> | Show verification statistics for a skill |
Examples
Report success
Report failure with error
Verified report with full context
Report with learnings
Signed report
JSON input from stdin
View stats
View leaderboard
Verification Levels
Reports with more context earn higher verification trust:| Level | Requirements | Weight |
|---|---|---|
| L0 (Unverified) | No attestation | 0.1x |
| L1 (Self-Attested) | Command + output provided | 0.3x |
| L2 (Environment-Verified) | Hashes + timing included | 0.7x |
| L3 (Sandbox-Verified) | Executed in E2B sandbox | 1.0x |
| L4 (Cross-Validated) | Multiple agents confirm | 1.2x |