Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

golem-shopping-rust

golem-shopping-rust에는 justcoon에서 수집한 skills 29개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
29
Stars
3
업데이트
2026-05-20
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

golem-invoke-agent-rust
소프트웨어 개발자

Invoking a Rust Golem agent method from the CLI. Use when asked to call, invoke, or run a method on a deployed agent using golem agent invoke.

2026-05-20
golem-add-env-vars
소프트웨어 개발자

Defining environment variables for Golem agents. Use when configuring env vars in golem.yaml at the component template, component, agent type, or preset level, passing env vars to individual agent instances via CLI, or using template substitution and merge modes.

2026-05-13
golem-add-http-endpoint-rust
소프트웨어 개발자

Exposing a Rust Golem agent over HTTP. Use when the user asks to add HTTP endpoints, mount an agent to a URL path, or expose agent methods as a REST API.

2026-05-13
golem-add-secret-rust
소프트웨어 개발자

Adding secrets to Rust Golem agents. Use when the user needs to store sensitive configuration such as API keys, passwords, or tokens that should not be checked into source control.

2026-05-13
golem-call-from-external-rust
소프트웨어 개발자

Calling Golem agents from external Rust applications using generated bridge SDKs. Use when the user wants to invoke agents from outside the Golem platform, from a Rust CLI, server, or any native Rust application.

2026-05-13
golem-cloud-account-setup
네트워크·컴퓨터 시스템 관리자

Setting up a Golem Cloud account from scratch. Use when creating a Golem Cloud account, authenticating with Golem Cloud via the CLI, setting up a cloud profile, or deploying to Golem Cloud for the first time.

2026-05-13
golem-custom-snapshot-rust
소프트웨어 개발자

Enabling snapshot-based recovery and implementing custom snapshot save/load functions for Rust agents. Use when adding manual update support, custom state serialization, or — equally importantly — when a long-running agent's oplog is growing large and recovery/replay is becoming slow (heartbeats, polling loops, recurring tasks, frequent state changes). Snapshotting compacts the oplog and lets recovery start from the latest snapshot instead of replaying full history.

2026-05-13
golem-enable-otlp-rust
소프트웨어 개발자

Enabling the OpenTelemetry (OTLP) plugin for a Rust Golem agent — exporting traces, logs, and metrics to an OTLP collector, adding custom spans with the invocation context API.

2026-05-13
golem-http-params-rust
소프트웨어 개발자

Mapping HTTP request elements to Rust agent parameters. Use when the user asks about path variables, query parameters, header mapping, request body mapping, supported parameter types, or response type mapping for HTTP endpoints.

2026-05-13
golem-integration-test-setup
소프트웨어 품질 보증 분석가·테스터

Setting up a dedicated Golem environment for integration testing. Use when adding integration tests for a Golem application, configuring a throwaway local server for tests, isolating test state from local development, or wiring up CI to run end-to-end tests against a real Golem server.

2026-05-13
golem-local-dev-server
네트워크·컴퓨터 시스템 관리자

Starting, configuring, and debugging the local Golem development server with `golem server`. Use when asked to start, stop, clean, or configure the local Golem server, or when you need to enable debug logs, find a useful tracing target, or diagnose runtime behavior of a deployed agent (e.g. status-code retry not firing, semantic trap retry decisions, durability events).

2026-05-13
golem-manage-plugins
소프트웨어 개발자

Managing Golem plugins — listing available plugins, installing and configuring plugins via golem.yaml or CLI, and understanding built-in plugins like the OTLP exporter.

2026-05-13
golem-add-component
소프트웨어 개발자

Adding a new component or agent templates to an existing Golem application. Use when adding a second component, adding agent templates like human-in-the-loop or snapshotting to an existing component, or converting a single-component app to multi-component.

2026-04-24
golem-add-http-auth-rust
소프트웨어 개발자

Enabling authentication on Rust HTTP endpoints. Use when the user asks to add auth, require authentication, or protect HTTP endpoints.

2026-04-24
golem-add-initial-files
소프트웨어 개발자

Adding initial files to Golem agent filesystems. Use when configuring files in golem.yaml at the component template, component, agent type, or preset level, specifying local or remote file sources, setting file permissions, or using merge modes.

2026-04-24
golem-add-rust-crate
소프트웨어 개발자

Add a new Rust crate dependency to a Rust Golem project. Use when the user asks to add a library, crate, or dependency.

2026-04-24
golem-add-webhook-rust
소프트웨어 개발자

Using webhooks in a Rust Golem agent. Use when the user asks to create webhooks, receive webhook callbacks, integrate with webhook-driven external APIs, or generate temporary callback URLs for external services.

2026-04-24
golem-build
소프트웨어 개발자

Building a Golem application. Use when asked to build a Golem project, compile components to WASM, or troubleshoot build errors.

2026-04-24
golem-configure-api-domain
소프트웨어 개발자

Configuring HTTP API domain deployments and security schemes in golem.yaml. Use when the user asks to deploy agents to a domain, configure API domains, set up authentication/security schemes (OIDC), or manage the httpApi section of the application manifest.

2026-04-24
golem-configure-mcp-server
소프트웨어 개발자

Configuring MCP (Model Context Protocol) server deployments in golem.yaml. Use when the user asks to expose agents through MCP, enable MCP for an agent, add MCP server support, set up MCP authentication, or configure MCP deployments for local or cloud environments.

2026-04-24
golem-debug-agent-history
소프트웨어 개발자

Querying the operation log. Use when dumping or searching the oplog, or debugging agent behavior from its recorded history.

2026-04-24
golem-deploy
소프트웨어 개발자

Deploying a Golem application. Use when asked to deploy agents to a Golem server, update running agents, or troubleshoot deployment issues.

2026-04-24
golem-edit-manifest
소프트웨어 개발자

Editing the Golem Application Manifest (golem.yaml). Use when modifying any section of golem.yaml — components, agents, templates, presets, environments, httpApi, mcp, bridge SDKs, build commands, config, wasiConfig, plugins, files, custom commands, clean paths, retry policies, resource quotas, or secret defaults.

2026-04-24
golem-list-and-filter-agents
소프트웨어 개발자

Listing and querying agents with filters. Use when listing all agents, filtering agents by name, status, revision, creation time, or environment variables, or paginating through agent results.

2026-04-24
golem-profiles-and-environments
소프트웨어 개발자

Understanding Golem CLI profiles, application environments, and component presets. Use when configuring deployment targets, switching between local and cloud servers, managing CLI profiles, defining environment-specific presets, or understanding how environments, presets, and profiles interact.

2026-04-24
golem-rollback
소프트웨어 개발자

Rolling back a Golem deployment to a previous revision or version. Use when reverting a deployment, restoring a prior environment state, or recovering from a bad deploy.

2026-04-24
golem-troubleshoot-build
소프트웨어 개발자

Troubleshooting Golem build failures and debugging manifest file (golem.yaml) configuration. Use when a build fails, when environment variables or config values are not applied as expected, when diagnosing why a manifest property has the wrong value, or when using `golem component manifest-trace` to inspect how golem.yaml layers are resolved.

2026-04-24
golem-view-agent-files
소프트웨어 개발자

Listing files in an agent's virtual filesystem. Use when browsing or inspecting files stored by a running agent instance.

2026-04-24
golem-view-agent-logs
소프트웨어 개발자

Viewing agent logs and output. Use when streaming agent stdout/stderr/log channels or understanding how to observe agent output at runtime.

2026-04-24