test-json-sql-search-web
Installation
SKILL.md
test-json-sql-search-web
Tests JSON SQL primitives (project, pluck, filter-structured, sort) with real search-web output.
What it tests
- search-web returns Collection of Notes
- project extracts metadata.uri, metadata.domain, char_count
- pluck extracts first URI
- filter-structured filters by char_count > 100
- sort orders by char_count descending
Related skills
More from bdambrosio/cognitive_workbench
test-json-sql-semantic-scholar
Test JSON SQL primitives with semantic-scholar output
32test-json-sql-setup
Creates test data for JSON SQL primitive tests
27test-json-sql-join
Tests join primitive (INNER JOIN)
27scienceworld-reset
Start a ScienceWorld episode. Reads scenario, difficulty, and seed from scienceworld_config in character YAML. Returns the initial observation plus a session_id for subsequent steps.
26test-json-sql-pluck
Tests pluck primitive (SELECT single field)
26scienceworld-act
Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node.
26