Skillpulse researcher-web

name: researcher-web

install
source · Clone the upstream repo
git clone https://github.com/enkronos/skillpulse
manifest: examples/researcher-web/skill.yaml
source content

name: researcher-web version: 0.1.0 description: Performs structured web research with citations. entrypoint: ./run.py language: python

models: preferred: - gpt-5 fallback: - gpt-4.1-mini

tools:

  • name: web_search required: true signature: "query:string -> results:list"

health_checks:

  • dependencies
  • schema_validation
  • tool_reachability
  • model_compatibility

fallback: strategy: version_or_model_fallback alternate_skills: - researcher-basic

policies: quarantine_on_failure_rate_gt: 0.3 max_latency_ms: 8000