Added two focused external-service workflows and tightened the boundaries around exact-release installation, flagship bundle publication, and provider-free demos. The published catalog contains 2,009 skills.
Start here:
atlas-cloud-mediafor Atlas Cloud image and video generation.us-property-datafor read-only U.S. residential property lookups.- AAS Core setup for installing and pinning the exact published runtime.
Added
- Added
atlas-cloud-mediafor Atlas Cloud's asynchronous image and video API: schema-first model discovery, explicit approval before paid requests, bounded polling, credential-safe output download, and media validation. It documents operating instructions only; it does not bundle an SDK, worker, queue, or runtime. - Added
us-property-datafor read-only U.S. residential property data throughhttps://api.zillapi.com, including valuation, listing, tax-history, school, and price-history lookups. It usesZILLAPI_KEYas a bearer token, treats missing data as missing rather than zero, and keeps property identifiers and third-party estimates within explicit privacy and freshness limits.
Changed
- Bound default and
--releaseinstaller clones to thegitHeadpublished with the exact npm package version. The installer now verifies the npm identity and cloned Git HEAD before reading or copying skill content; explicit--taginstalls remain a mutable-ref escape hatch and warn accordingly (#1132). - Updated the provider-free
unified-ai-gatewaydemo path to use the reviewed, digest-pinned image inspection and activation procedure instead of a mutable upstream README command (#1130). - Refreshed the web-app runtime dependencies to
react/react-dom19.2.8and@fontsource/jetbrains-mono/@fontsource/outfit5.3.0. - Regenerated the canonical catalog, offline AAS Core data, web assets, marketplaces, editorial bundles, and Codex/Claude plugin distributions for the 2,009-skill release.
Security
- Rejected symlinks in flagship bundle source paths, required resolved sources to remain under the repository root, and added regression coverage so unsafe sources cannot be copied into distributable plugin assets (#1129).
- Kept
ATLASCLOUD_API_KEYandZILLAPI_KEYout of prompts, logs, and unrelated download requests; required informed approval before billable Atlas Cloud generation; and bounded external polling, output handling, and property-data requests.
Who should care
- Users who need governed image or video generation with a visible paid-request boundary and a bounded asynchronous workflow.
- Developers who need current U.S. property facts from a live API rather than values synthesized from model memory or retired Zillow ZWSID examples.
- Maintainers and package consumers who need an exact npm release identity before installing content or publishing plugin bundles.
Validation
- Passed the release preflight: repository validation, reference validation, documentation-security checks, the full repository test suite, plugin-compatibility and bundle checks, web-app install/build/prerender, and the npm package dry run.
- Published
agentic-awesome-skills@15.13.0withgitHeadb39fc724bcb981107fb73aedcdd190cd76df2016; protectedmainCI, CodeQL, npm publication, and the release-only Pages deployment all passed. - Verified the live catalog,
llms.txt, and legacy redirect bridge against the generated release output. Updated the existing Codex AAS host to the content-addressed15.13.0runtime with a backup, then verified a real MCPinitializeandtools/listhandshake.
Limitations
- Atlas Cloud generation requires an account,
ATLASCLOUD_API_KEY, available credits, and explicit approval for each paid submission; this contribution does not provide an SDK or guarantee provider pricing, quotas, or API stability. - U.S. property lookups require a Zillapi account and available credits; its pricing, quota, service availability, and API schema can change independently of this repository. Property addresses and Zillow URLs may be sensitive.
Credits
- @binyangzhu000-sudo for
atlas-cloud-mediain PR #1144. The skill declaressource: self. - @zillapi for
us-property-datain PR #1142, adapted from ZeroPointRepo/zillow-skills under the declared MIT-0 provenance.