Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Lfy Schedule

ASecurity

日程任务查询技能。适用于获取最近两周的日程和任务信息。当用户需要查看近期任务安排时使用此技能。

207 stars
0 votes
0 copies
0 views
Added 9/4/2026
toolsbashapi

Works with

cliapi

Security Analysis

A100/100

Scanned 9/4/2026

Install to Claude Code

$npx -y skills add NeverSight/skills_feed --skill lfy-schedule --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Lfy Schedule?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Lfy Schedule
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/neversight-lfy-schedule/badge)](https://www.skillsdirectory.com/skills/neversight-lfy-schedule)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: lfy-schedule
description: 日程任务查询技能。适用于获取最近两周的日程和任务信息。当用户需要查看近期任务安排时使用此技能。
version: 1.0.0
metadata:
  requires:
    bins: ["lfy-cli"]
  cliHelp: "lfy-cli schedule --help"
---

# 日程任务查询技能

> `lfy-cli` 是陆份仪提供的命令行程序,所有操作通过执行 `lfy-cli` 命令完成。

通过 `lfy-cli schedule <接口名> '{}'` 与日程系统交互。

## 注意事项

- 若 `errcode` 不为 `0` 或返回格式异常,需告知用户错误信息
- 返回的时间范围为:今天 + 前7天 + 后7天,共15天
- 任务按开始时间排序
- `task_id`、`task_type`、`status_value` 等技术字段默认不展示
- 当前版本不支持对日程任务进行任何修改操作
- 访问日程任务页面:https://app.6fenyi.com/tasks/{{task_id}}

---

## 接口列表

### 获取最近日程任务 (get_recent_tasks)

```bash
lfy-cli schedule get_recent_tasks '{}'
```

获取最近15天的日程和任务列表(今天 + 前7天 + 后7天)。

参见 [API 详情](references/get_recent_tasks.md)。

---

## 典型工作流

### 获取最近任务

**经典 query 示例:**
- "最近有什么任务?"
- "帮我看一下这周的日程"
- "查一下最近的日程安排"
- "有哪些任务要完成?"

**流程:**
1. 调用 `get_recent_tasks` 命令获取最近任务
2. 按照截止时间依次展示
3. 通过⚠️提醒用户,截止时间即将到来的任务
4. 通过✅提醒用户,已完成的任务
5. 通过❌提醒用户,已经过期的任务
6. 结合目前记忆中的上下文信息,给出下一步建议


**展示结果:**

📋 最近日程任务(共<count>项):

| 编号 | 任务名称 | 类型 | 开始时间 | 截止时间 | 负责人 | 状态 | 优先级 |
|------|---------|------|---------|---------|-------|------|--------|
| #001 | 完成官方文档翻译 | 任务 | 2024-03-01 09:00 | 2024-03-05 18:00 | 张三 | 进行中 | 高 |
| #002 | 用户权限优化 | 需求 | 2024-03-03 09:00 | 2024-03-10 18:00 | 李四 | 进行中 | 中 |

找不到时:

```
目前您没有安排任何任务,您可以访问陆份仪平台创建自己未来3天的工作计划,或者让我来帮你梳理一下未来3天的工作计划?
```

Attribution

NeverSightNeverSight
View sourceMore from NeverSight →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1023330 votes
View all in tools →