Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
nicshik
GitHub 제작자 프로필

nicshik

7개 GitHub 저장소에서 수집된 44개 skills를 저장소 단위로 보여줍니다.

수집된 skills
44
저장소
7
업데이트
2026-07-16
저장소 탐색

저장소와 대표 skills

perplexity-pro-search
소프트웨어 개발자

Режим Pro Search через local Sonar Pro script с `web_search_options.search_type=pro`. Использовать, когда нужен sourced answer, usage, step log и явный Pro Search mode.

2026-05-04
perplexity-deep-research
소프트웨어 개발자

Perplexity Deep Research for broad multi-source analysis where higher cost and longer runtime are acceptable. Use only when deep research is explicitly justified.

2026-04-30
perplexity-fetch-url
일반 사무원

Read one or more known URLs through Perplexity Sonar Pro fetch_url_content. Use when the user wants content extracted or verified from specific pages.

2026-04-30
perplexity-pro-search
소프트웨어 개발자

Perplexity Pro Search for concise sourced answers with explicit search_type=pro. Use when the task needs a synthesized answer with sources, not just links.

2026-04-30
perplexity-search-only
소프트웨어 개발자

Low-cost Perplexity search for links, snippets, and source discovery without answer synthesis. Use when the task needs fresh links or primary sources, not a synthesized answer.

2026-04-30
perplexity-deep-research
소프트웨어 개발자

Режим Deep Research через Perplexity MCP для широких и важных multi-source вопросов, когда допустимы высокий расход и более долгое выполнение.

2026-04-30
perplexity-fetch-url-content
소프트웨어 개발자

Режим Fetch URL через встроенный Perplexity Sonar Pro tool `fetch_url_content`. Использовать, когда нужно прочитать, извлечь или проверить одну или несколько страниц глубже поисковых сниппетов.

2026-04-30
perplexity-search-only
소프트웨어 개발자

Режим Search only для недорогого поиска через Perplexity с preferred MCP path и direct Search API fallback. Использовать, когда нужны ссылки, сниппеты, первоисточники или быстрая проверка свежих сведений.

2026-04-30
이 저장소에서 수집된 skills 12개 중 상위 8개를 표시합니다.
linear-custom-view-update
소프트웨어 개발자

Update one existing Linear Custom View through the direct Linear GraphQL API using a local LINEAR_API_KEY. Use only as a narrow fallback when the normal Linear connector cannot update Custom View metadata or filters.

2026-06-24
linear-change-status
소프트웨어 개발자

Change Linear issue statuses through the direct Linear GraphQL API using a local LINEAR_API_KEY. Use when the user asks to move a Linear task or issue to Done, In Progress, Backlog, Todo, or another workflow state and the normal Linear MCP connector is unavailable, blocked, or insufficient.

2026-06-24
linear-comment-issue
소프트웨어 개발자

Add one comment to a Linear issue through the direct Linear GraphQL API using a local LINEAR_API_KEY. Use only as a narrow fallback when the normal Linear connector is unavailable or cannot create the comment.

2026-06-24
linear-create-issue
소프트웨어 개발자

Create one Linear issue through the direct Linear GraphQL API using a local LINEAR_API_KEY. Use only as a narrow fallback when the normal Linear connector is unavailable or cannot create the issue.

2026-06-24
linear-custom-view-setup
소프트웨어 개발자

Ensure one Linear Custom View exists through the direct Linear GraphQL API using a local LINEAR_API_KEY. Use only as a narrow fallback when the normal Linear connector cannot set up a required view.

2026-06-24
linear-custom-view
소프트웨어 개발자

Read Linear Custom Views through the direct Linear GraphQL API using a local LINEAR_API_KEY. Use when the user asks to inspect a Linear view URL, extract the live issue queue, preserve manual order, or use a Custom View as a source of task priority.

2026-06-24
linear-delete-issue
소프트웨어 개발자

Soft-delete one Linear issue through the direct Linear GraphQL API after read-before-delete and explicit guard checks. Use only as a narrow fallback when the normal Linear connector cannot delete an issue.

2026-06-24
linear-label-setup
소프트웨어 개발자

Ensure Linear issue labels exist through the direct Linear GraphQL API using a local LINEAR_API_KEY. Use only as a narrow fallback when the normal Linear connector cannot create missing labels.

2026-06-24
이 저장소에서 수집된 skills 12개 중 상위 8개를 표시합니다.
asana-api
소프트웨어 개발자

Call an arbitrary Asana REST API endpoint by HTTP method and path through the direct Asana API using a local ASANA_ACCESS_TOKEN. Use only as a low-level fallback when the normal Asana connector cannot reach the endpoint you need; you control the method, path, query, and body.

2026-06-24
asana-comment-task
소프트웨어 개발자

Add a comment story to one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a narrow fallback when the normal Asana connector cannot post a comment to a target task.

2026-06-24
asana-create-task
소프트웨어 개발자

Create one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a write fallback when the normal Asana connector is unavailable, and prefer --dry-run to confirm the payload before creating.

2026-06-24
asana-delete-task
소프트웨어 개발자

Delete one Asana task through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a guarded fallback when the normal Asana connector cannot delete a target task. Live deletes require an explicit --confirm matching the resolved task gid.

2026-06-24
asana-list-projects
소프트웨어 개발자

List Asana projects in a workspace or team through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot enumerate the projects you need.

2026-06-24
asana-list-tags
소프트웨어 개발자

List the tags in an Asana workspace through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot enumerate workspace tags.

2026-06-24
asana-list-tasks
소프트웨어 개발자

List Asana tasks for a project, section, tag, or assignee through the direct Asana REST API using a local ASANA_ACCESS_TOKEN. Use only as a read-only fallback when the normal Asana connector is unavailable or cannot enumerate the required tasks.

2026-06-24
asana-preflight
소프트웨어 개발자

Verify direct Asana REST access using a local ASANA_ACCESS_TOKEN by reading the token's own user and workspaces from GET /users/me. Use only as a read-only fallback to confirm credentials and workspace visibility when the normal Asana connector is unavailable.

2026-06-24
이 저장소에서 수집된 skills 12개 중 상위 8개를 표시합니다.
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다