Skip to content

Releases: Leocdchina/huangli-agent-skills

v1.3.1

Choose a tag to compare

@Leocdchina Leocdchina released this 12 Apr 16:04

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

Choose a tag to compare

@Leocdchina Leocdchina released this 10 Apr 11:52

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

Choose a tag to compare

@Leocdchina Leocdchina released this 10 Apr 11:35

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

Choose a tag to compare

@Leocdchina Leocdchina released this 09 Apr 02:16

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

What’s included

  • huangli-toolkit/SKILL.md
  • huangli-toolkit/toolkit.py
  • huangli-toolkit/toolkit.sh
  • huangli-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 2027

Clean-up policy

Previous split skills are cleaned up from this standalone package and replaced by the unified toolkit.

Huangli Agent Skills v1.0.0

Choose a tag to compare

@Leocdchina Leocdchina released this 08 Apr 15:59

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-date
  • huangli-query-batch
  • huangli-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 (default https://api.nongli.skill.4glz.com)
  • free quota baseline: 10 unique dates/day