AgentSkillsCN

backlog-connector

专为Nulab Backlog API打造的专用连接器。自动解析项目ID,并处理分页以获取问题与维基内容。

SKILL.md
--- frontmatter
name: backlog-connector
description: Specialized connector for Nulab Backlog API. Automatically resolves Project IDs and handles pagination for fetching issues and wikis.
status: implemented
arguments:
  - name: project
    short: p
    type: string
    required: true
    description: Project Key (e.g., NBS_INCIDENT)
  - name: action
    short: a
    type: string
    default: fetch-issues
    choices: [fetch-issues, get-project-info, list-users]
  - name: count
    type: number
    default: 100
  - name: out
    short: o
    type: string

Backlog Connector

This skill automates interactions with the Backlog API using credentials stored in the Personal/Confidential tiers.

Usage

  • "Use backlog-connector to fetch all issues from NBS_INCIDENT."
  • "Get the user list from the project."

Knowledge Protocol

  • Reads knowledge/personal/connections/backlog.md for API Key.
  • Reads knowledge/confidential/connections/inventory.json for Project ID mapping.