Skip to content

Tiangong AI Skills v1.0.0

Latest

Choose a tag to compare

@linancn linancn released this 07 Sep 06:24
· 3 commits to main since this release
76dc843

Tiangong AI Skills v1.0.0

This is the first formal Git source release of the Tiangong AI reusable Skills
repository. It publishes the reviewed skills/main snapshot at
76dc843048909a54fd8a304686b75ce8f5fa15a4.

Academic-paper download safety

  • Validate scholarly PDF identity before every automatic or browser-assisted
    artifact commit.
  • Reject primary DOI/title conflicts and identity-unresolved files without
    emitting a successful artifact manifest.
  • Keep reference/citation DOI noise from being promoted to primary identity
    evidence.
  • Support DOI-less accepted manuscripts only through strong title agreement
    with author/year support.
  • Record bounded identity evidence in manifest schema v3 and prevent legacy
    identity-unverified manifests from replaying as verified.

See Skills Issue #87 and
PR #102 for the complete scope,
tests, limitations, and rollback details.

Install from this exact release

Clone the immutable tag, then install from the local clone with the Skills CLI:

git clone --depth 1 --branch v1.0.0 https://github.com/tiangong-ai/skills.git tiangong-ai-skills-v1.0.0
npx --yes skills@1.5.24 add ./tiangong-ai-skills-v1.0.0 --skill academic-paper-download -a codex -y --copy

After installation, follow academic-paper-download/SKILL.md to bootstrap its
hash-locked Python runtime explicitly and run the credential-free offline smoke.

Distribution model

This repository is distributed as tagged Git source through the Skills CLI; it
does not publish an npm or PyPI package. Workspace release evidence and clean
consumer verification are tracked in
workspace Issue #217.