Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

sysu-anything-clisysu anything CLI 搜索

Agent Skill

sysu-anything-cli 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,232

周安装

218

GitHub Stars

公开资料未说明

下载量

1,744
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sysu-anything-cli(sysu anything CLI 搜索)
来源仓库:https://github.com/qybaihe/sysu-anything-cli
安装命令:
openclaw skills install sysu-anything-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sysu-anything-cli

简介

sysu-anything-cli 支持中山大学校园服务的 CLI 交互,覆盖课表查询、请假申请与签到等功能。

  • 适用于通过命令行快速获取教务信息、管理课程安排或处理校园行政事务。
  • 支持自然语言请求转化为具体操作,降低非技术人员使用门槛。
  • 使用前需配置正确的教务系统账号与 API 密钥,确保接口连通性与数据准确性。
  • 建议在非高峰时段调用高频查询接口,避免因并发过高导致服务拒绝访问。

SKILL.md

name
sysu-anything-cli
description
Use when the user wants SYSU campus help through the SYSU Anything CLI, including natural-language requests such as 查课表、今天有什么课、教务系统、请假、雨课堂作业、ddl、签到、预约健身房、预约体育馆、订球场、查班车、查岐关、图书馆研讨室、宣讲会、招聘会、岗位投递、勤工助学、学工系统、USC课室预约、会议场所预约、学生活动预约、交叉探索、校园问答、校内资讯, or fuzzy requests to handle campus services, bookings, schedules, reminders, and CAS-based login recovery.
metadata

SYSU anything CLI

Use the published sysu-anything CLI instead of re-deriving campus APIs. Prefer the installed binary. If sysu-anything is missing, install the compiled package with npm i -g sysu-anything or use one-off calls via npx -y sysu-anything@latest .... If the user is actively developing the local repo, the checked-out workspace build is also acceptable.

If the user explicitly wants Apple Calendar / Apple Reminders integration on macOS, switch to the separate Apple entrypoint described in references/apple.md.

First step

  1. Confirm the runtime path:

- preferred: sysu-anything - one-off fallback: npx -y sysu-anything@latest - local-dev fallback inside the repo: npm run build

  1. Prefer targeted help before composing a command:

- sysu-anything --help - sysu-anything <command> --help - sysu-anything <command> <subcommand> --help

  1. Before any login-dependent feature, read references/auth-and-state.md and identify what session or token is required.
  2. Check login state before the real action:

- bus: no login check needed - qg: no login check needed; prefer sysu-anything qg --help or sysu-anything qg list --today --available - ykt: sysu-anything ykt status - today / jwxt: sysu-anything jwxt status - chat: sysu-anything chat sources - gym: sysu-anything gym profile - libic: sysu-anything libic whoami - explore: sysu-anything explore whoami - usc: sysu-anything usc whoami --json - career list/detail: no login check needed - career teachin/jobfair signup or career job apply: no dedicated status endpoint; if the career write path may be stale, run sysu-anything auth workwechat first so the command can seed career-session.json - xgxt: sysu-anything xgxt current-user

  1. If the check fails, restore login first, then rerun the check, and only after that run the user’s actual command.
  2. If the user wants Apple Calendar / Reminders integration, read references/apple.md and run sysu-anything-apple apple doctor before the real sync command.
  3. For chat send, prefer the campus-news scope first:

- run sysu-anything chat sources - if the list contains 校园资讯 or 校内资讯, prefer that exact returned title by default - only switch to another scope when the user explicitly asks for it or the source list shows a better match

Routing

  • If you are unsure where a capability lives, read references/overview.md.
  • For login state and cached files, read references/auth-and-state.md.
  • For career teachin/jobfair/job list/detail/signup/apply flows, read references/career.md.
  • For offline Guangzhou shuttle lookup, read references/bus.md.
  • For Qiguan rides between Zhuhai and Guangzhou, read references/qiguan.md.
  • For Apple Calendar / Reminders integration, read references/apple.md.
  • For Rain Classroom login, courses, classroom/check-in/homework flows, read references/ykt.md.
  • For course timetable or leave flows, read references/jwxt.md.
  • For campus chat login, scopes, or messaging, read references/chat.md.
  • For gym availability or booking, read references/gym.md.
  • For libic seminar-room refresh / availability / reservation flows, read references/libic.md.
  • For USC / BPM classroom, meeting-room, and student-activity reservation flows, read references/usc.md.
  • For explore seminar or research flows, read references/explore.md.
  • For xgxt work-study or holiday leave/return-school flows, read references/xgxt.md.

Safety

  • Login-dependent features must not skip the login check step.
  • Read references/safety-and-confirm.md before any write operation.
  • Prefer preview/query commands before mutation commands.
  • Do not add --confirm unless the user clearly wants the real submission.
  • Prefer the existing CLI over browser automation unless the user explicitly asks for a lower-level path.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.24%
按下载量换算1,539

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills