Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

griptape-nodes-library-standard

griptape-nodes-library-standard 收录了来自 griptape-ai 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
3
更新
2026-07-10
Forks
3
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dropdown-row-subtitles
软件开发工程师

Add per-row subtitle text and/or icons to an Options dropdown via update_ui_options, so each choice shows a name, a secondary description line, and optionally a Lucide icon.

2026-07-10
success-failure-node
软件开发工程师

Implement a Griptape Nodes Library node using SuccessFailureNode instead of ControlNode. Use whenever a node does something that can fail in a way a user might want to handle — file I/O, API calls, variable creation, JSON parsing, external services, or any operation where a partial failure is meaningful. SuccessFailureNode adds a failure output edge, a Status group with was_successful and result_details outputs, and re-raise behavior when no failure edge is wired.

2026-07-06
griptape-nodes-widget-dev
软件开发工程师

Building and debugging custom parameter widgets for Griptape Nodes Library. Use when creating, fixing, or debugging JS widgets that display in node parameters — including widget lifecycle issues, value update flow, video/media display, URL resolution for the static file server, and the Python ↔ JS data bridge.

2026-07-03
hide-show-parameter
软件开发工程师

Hide or show node parameters by name at runtime — in __init__ for initial state, or in after_value_set to toggle visibility based on another parameter's value.

2026-06-26
refreshable-options-param
软件开发工程师

Add a ParameterString with an Options dropdown and a Button that refreshes the choices at runtime (e.g. querying a live API for available models, voices, etc.).

2026-06-26
impl-proxy-node
软件开发工程师

Implement a Griptape Nodes Library node for a proxied service from a spec file.

2026-06-22
add-parameter-badge
软件开发工程师

Add an info/warning/error badge to a Griptape Nodes parameter to surface docs links, examples, or contextual warnings in the UI.

2026-05-28