{"id":"8c66fcbd-de68-40d8-8708-217d5a4d98d6","shortId":"LgPmpb","kind":"skill","title":"pilot-service-agents-gov-finance","tagline":"Government economic and financial records — SEC EDGAR, BLS time series, HTS/USITC tariffs, US Dept of Ed.  Use this skill when: 1. Pulling SEC EDGAR XBRL company facts or recent submissions for a CIK 2. Bureau of Labor Statistics time-series lookup 3. HTS/USITC tariff classificat","description":"# pilot-service-agents-gov-finance\n\nGovernment economic and financial records — SEC EDGAR, BLS time series, HTS/USITC tariffs, US Dept of Ed.\n\nAll agents in this category follow the standard contract described in\n`pilot-service-agents`. Send `/help` to any agent to read its exact filter\nschema — the table below is a snapshot; the catalogue grows, so always verify\nwith a fresh `list-agents` query.\n\n## Agents in this category (snapshot)\n\n| Hostname | Description |\n|---|---|\n| `bls-timeseries` | BLS time series data |\n| `data-ed-gov` | US Dept of Education (CKAN) |\n| `hts-usitc-search` | HTS tariff search |\n| `sec-company-facts` | SEC EDGAR XBRL company facts |\n| `sec-submissions` | SEC EDGAR submissions for a CIK |\n\n## What you can expect\n\n- Regulatory-grade primary sources (SEC, BLS, USITC)\n- Structured responses tied to official identifiers (CIK, series IDs, HTS codes)\n\n## What NOT to expect\n\n- Real-time trade reports\n- Non-US regulatory filings\n\n## Commands (same pattern for every agent in the category)\n\n```bash\n# Read an agent's filter contract\npilotctl --json send-message <hostname> --data \"/help\"\npilotctl --json inbox\n\n# Fetch structured data\npilotctl --json send-message <hostname> --data '/data {json filters}'\npilotctl --json inbox\n\n# Natural-language summary (Gemini)\npilotctl --json send-message <hostname> --data '/summary {json filters}'\npilotctl --json inbox\n```\n\n## Response shape\n\n`send-message` returns an ACK envelope immediately (`{\"ack\":\"ACK TEXT N bytes\", \"bytes\":N, \"target\":\"<address>\", \"type\":\"text\"}`). The **actual agent response** arrives a few seconds later and is read with `pilotctl --json inbox`. Each inbox entry carries the agent's normalised envelope in its `data` field:\n\n```json\n{\n  \"source\": \"<hostname>\",\n  \"items\":  [...],\n  \"count\":  <int>,\n  \"total\":  <int|null>,\n  \"page\":   <int|null>,\n  \"next\":   <cursor|null>,\n  \"truncated\": <bool>,\n  \"upstream_url\": \"<resolved upstream URL>\"\n}\n```\n\n`/help` returns plain text. `/summary` returns a Gemini-generated prose string. Free-text queries also return Gemini prose.\n\n## Workflow Example\n\n```bash\n# 1. Fresh discovery — the catalogue grows, never hard-code\npilotctl --json send-message list-agents --data '/data {\"category\":\"gov-finance\",\"limit\":20}'\npilotctl --json inbox\n\n# 2. Read the contract of a specific agent\npilotctl --json send-message sec-company-facts --data '/help'\npilotctl --json inbox\n\n# 3. Query it\npilotctl --json send-message sec-company-facts --data '/data {\"cik\":\"0000320193\"}'\npilotctl --json inbox\n```\n\n## Dependencies\n\nRequires the `pilot-protocol` core skill, the `pilot-service-agents` skill\n(for the general discovery flow), `pilotctl` on PATH, and a running daemon\njoined to network 9.","tags":["pilot","service","agents","gov","finance","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw"],"capabilities":["skill","source-teoslayer","skill-pilot-service-agents-gov-finance","topic-agent-skills","topic-ai-agents","topic-clawhub","topic-networking","topic-openclaw","topic-overlay-network","topic-p2p","topic-pilot-protocol"],"categories":["pilot-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/TeoSlayer/pilot-skills/pilot-service-agents-gov-finance","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add TeoSlayer/pilot-skills","source_repo":"https://github.com/TeoSlayer/pilot-skills","install_from":"skills.sh"}},"qualityScore":"0.453","qualityRationale":"deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (2,716 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:15:01.970Z","embedding":null,"createdAt":"2026-05-18T13:22:48.666Z","updatedAt":"2026-05-18T19:15:01.970Z","lastSeenAt":"2026-05-18T19:15:01.970Z","tsv":"'/data':240,370,415 '/help':91,227,328,398 '/summary':257,332 '0000320193':417 '1':27,351 '2':40,380 '20':376 '3':49,402 '9':450 'ack':270,273,274 'actual':284 'agent':4,56,76,89,94,118,120,210,217,285,304,368,387,433 'also':344 'alway':111 'arriv':287 'bash':214,350 'bls':14,66,128,130,178 'bls-timeseri':127 'bureau':41 'byte':277,278 'carri':302 'catalogu':108,355 'categori':79,123,213,371 'cik':39,167,186,416 'ckan':142 'classificat':52 'code':190,360 'command':205 'compani':32,152,157,395,412 'contract':83,220,383 'core':427 'count':315 'cursor':323 'daemon':446 'data':133,135,226,233,239,256,310,369,397,414 'data-ed-gov':134 'depend':421 'dept':20,72,139 'describ':84 'descript':126 'discoveri':353,438 'econom':8,60 'ed':22,74,136 'edgar':13,30,65,155,163 'educ':141 'entri':301 'envelop':271,307 'everi':209 'exact':98 'exampl':349 'expect':171,194 'fact':33,153,158,396,413 'fetch':231 'field':311 'file':204 'filter':99,219,242,259 'financ':6,58,374 'financi':10,62 'flow':439 'follow':80 'free':341 'free-text':340 'fresh':115,352 'gemini':250,336,346 'gemini-gener':335 'general':437 'generat':337 'gov':5,57,137,373 'gov-fin':372 'govern':7,59 'grade':174 'grow':109,356 'hard':359 'hard-cod':358 'hostnam':125 'hts':144,147,189 'hts-usitc-search':143 'hts/usitc':17,50,69 'id':188 'identifi':185 'immedi':272 'inbox':230,245,262,298,300,379,401,420 'int':317,320 'item':314 'join':447 'json':222,229,235,241,244,252,258,261,297,312,362,378,389,400,406,419 'labor':43 'languag':248 'later':291 'limit':375 'list':117,367 'list-ag':116,366 'lookup':48 'messag':225,238,255,267,365,392,409 'n':276,279 'natur':247 'natural-languag':246 'network':449 'never':357 'next':322 'non':201 'non-us':200 'normalis':306 'null':318,321,324 'offici':184 'page':319 'path':442 'pattern':207 'pilot':2,54,87,425,431 'pilot-protocol':424 'pilot-service-ag':86,430 'pilot-service-agents-gov-fin':1,53 'pilotctl':221,228,234,243,251,260,296,361,377,388,399,405,418,440 'plain':330 'primari':175 'prose':338,347 'protocol':426 'pull':28 'queri':119,343,403 'read':96,215,294,381 'real':196 'real-tim':195 'recent':35 'record':11,63 'regulatori':173,203 'regulatory-grad':172 'report':199 'requir':422 'respons':181,263,286 'return':268,329,333,345 'run':445 'schema':100 'search':146,149 'sec':12,29,64,151,154,160,162,177,394,411 'sec-company-fact':150,393,410 'sec-submiss':159 'second':290 'send':90,224,237,254,266,364,391,408 'send-messag':223,236,253,265,363,390,407 'seri':16,47,68,132,187 'servic':3,55,88,432 'shape':264 'skill':25,428,434 'skill-pilot-service-agents-gov-finance' 'snapshot':106,124 'sourc':176,313 'source-teoslayer' 'specif':386 'standard':82 'statist':44 'string':339 'structur':180,232 'submiss':36,161,164 'summari':249 'tabl':102 'target':280 'tariff':18,51,70,148 'text':275,282,331,342 'tie':182 'time':15,46,67,131,197 'time-seri':45 'timeseri':129 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'total':316 'trade':198 'truncat':325 'type':281 'upstream':326 'url':327 'us':19,71,138,202 'use':23 'usitc':145,179 'verifi':112 'workflow':348 'xbrl':31,156","prices":[{"id":"dd6f18aa-d749-49fb-b893-48d4810e3ac8","listingId":"8c66fcbd-de68-40d8-8708-217d5a4d98d6","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"TeoSlayer","category":"pilot-skills","install_from":"skills.sh"},"createdAt":"2026-05-18T13:22:48.666Z"}],"sources":[{"listingId":"8c66fcbd-de68-40d8-8708-217d5a4d98d6","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-service-agents-gov-finance","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-service-agents-gov-finance","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:48.666Z","lastSeenAt":"2026-05-18T19:15:01.970Z"}],"details":{"listingId":"8c66fcbd-de68-40d8-8708-217d5a4d98d6","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-service-agents-gov-finance","github":{"repo":"TeoSlayer/pilot-skills","stars":6,"topics":["agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"license":"agpl-3.0","html_url":"https://github.com/TeoSlayer/pilot-skills","pushed_at":"2026-05-13T06:08:49Z","description":"80+ agent skills for Pilot Protocol — communication, file transfer, trust, task routing, swarm coordination, and more","skill_md_sha":"80a4c7f02401eda6f6f5f1c1bbb05fac07205930","skill_md_path":"skills/pilot-service-agents-gov-finance/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-service-agents-gov-finance"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-service-agents-gov-finance","license":"AGPL-3.0","description":"Government economic and financial records — SEC EDGAR, BLS time series, HTS/USITC tariffs, US Dept of Ed.  Use this skill when: 1. Pulling SEC EDGAR XBRL company facts or recent submissions for a CIK 2. Bureau of Labor Statistics time-series lookup 3. HTS/USITC tariff classification search  Do NOT use this skill when: - Market prices / trading data (use pilot-service-agents-finance) - Macro indicators (use pilot-service-agents-economics)","compatibility":"Requires pilot-protocol skill, pilotctl binary on PATH, a running daemon joined to network 9 (data-exchange), and the `list-agents` directory agent reachable on the overlay."},"skills_sh_url":"https://skills.sh/TeoSlayer/pilot-skills/pilot-service-agents-gov-finance"},"updatedAt":"2026-05-18T19:15:01.970Z"}}