Releases: Leocdchina/huangli-agent-skills
Releases · Leocdchina/huangli-agent-skills
Release list
v1.3.1
Security hardening release.
- auth.py no longer modifies shell profile files (e.g. ~/.zshrc)
- auth.py no longer writes ~/.huangli_token.json or ~/.huangli.env by default
- auth.py now returns explicit session export commands for user-controlled execution
- Updated huangli-toolkit/SKILL.md runtime transparency to match behavior
ClawHub publish: zhongguo-nongli-huangli-jixiong@1.3.1
v1.2.2
Standard release synchronized with ClawHub version 1.2.2.
Highlights:
- updated user-facing mode titles in Chinese and English
- Chinese: 使用方式二:CLI 模式(一切交给Agent)
- English: Mode 2: CLI mode (let the agent handle everything)
- keeps Web mode and CLI mode instructions clearly separated
v1.2.1
Standard release synchronized with ClawHub version 1.2.1.
Highlights:
- clearly separated Web mode and CLI mode with complete step-by-step instructions
- fixed packaging/metadata consistency around required env vars and included scripts
- explicitly documented local persistence behavior for ~/.huangli_token.json and ~/.huangli.env
- clarified that ~/.zshrc is only modified when --append-zshrc is used
- kept user-facing documentation focused on installation, authorization, and usage
Huangli Agent Skills v1.1.0
Release Notes — v1.1.0
Summary
This release consolidates the previous 3-skill layout into one unified production skill: huangli-toolkit.
Why this release
- easier installation (single folder)
- clearer user onboarding (official website, token application, usage examples)
- lower maintenance overhead while keeping full capability
Official website & token
- Website: https://nongli.skill.4glz.com
- Register: https://nongli.skill.4glz.com/register
- Login: https://nongli.skill.4glz.com/login
- Dashboard (request/copy token): https://nongli.skill.4glz.com/dashboard
What’s included
huangli-toolkit/SKILL.mdhuangli-toolkit/toolkit.pyhuangli-toolkit/toolkit.shhuangli-toolkit/references/reference.md- updated docs (
README,README.en,INSTALL,CHANGELOG)
快速安装(ClawHub)
clawhub login
clawhub install huangli-toolkit安装后配置:
export HUANGLI_TOKEN="your_token_here"
export HUANGLI_BASE="https://api.nongli.skill.4glz.com"Unified usage
python3 huangli-toolkit/toolkit.py by-date 2027-08-08
python3 huangli-toolkit/toolkit.py batch 2027-08-01 2027-08-31 --filter 搬家
python3 huangli-toolkit/toolkit.py search 甲子日 --year 2027Clean-up policy
Previous split skills are cleaned up from this standalone package and replaced by the unified toolkit.
Huangli Agent Skills v1.0.0
Release Notes — v1.0.0
Summary
Huangli Agent Skills v1.0.0 is the first standalone public release.
This package is built for skill-capable agent clients and includes only reusable skill assets.
What’s inside
huangli-query-by-datehuangli-query-batchhuangli-search-by-keyword- documentation: install guide + best practices + changelog
Highlights
- clear trigger-oriented skill descriptions
- proper batch endpoint usage (
POST /api/lunar/batch) - tool-agnostic packaging for multi-client adoption
Not included
- frontend UI code
- backend service code
Compatibility
Designed for clients supporting SKILL.md style skills (OpenClaw, Cursor, Claude Code and other compatible clients listed in README).
Operational notes
- required env:
HUANGLI_TOKEN - optional env:
HUANGLI_BASE(defaulthttps://api.nongli.skill.4glz.com) - free quota baseline: 10 unique dates/day