Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

golem

يحتوي golem على 212 من skills المجمعة من golemcloud، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
212
Stars
1.6k
محدث
2026-06-29
Forks
203
التغطية المهنية
4 فئات مهنية · 81% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

golem-add-secret-moonbit
غير مصنف

Adding secrets to MoonBit Golem agents. Use when the user asks to add secret values, API keys, or sensitive configuration to a MoonBit agent.

2026-06-29
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-06-29
golem-add-secret-scala
غير مصنف

Adding secrets to Scala Golem agents. Use when the user asks to add secret values, API keys, passwords, or sensitive configuration to a Scala Golem agent.

2026-06-29
golem-add-secret-ts
غير مصنف

Adding secrets to TypeScript Golem agents. Use when the user asks to add secrets, store API keys, manage sensitive config values, or use Secret<T> in TypeScript agents.

2026-06-29
modifying-cli-manifest-schema
غير مصنف

Adding or changing application manifest JSON schema versions and aligning CLI schema references.

2026-06-29
modifying-wit-interfaces
غير مصنف

Adding or modifying WIT (WebAssembly Interface Types) interfaces. Use when changing .wit files, updating WIT dependencies, or working with component interfaces.

2026-06-29
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-06-29
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-06-29
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-06-29
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-06-29
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-06-29
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-06-29
golem-add-http-auth-moonbit
غير مصنف

Enabling authentication on HTTP endpoints in MoonBit Golem agents. Use when the user asks to add auth, security, or access control to HTTP endpoints.

2026-06-29
golem-add-http-endpoint-moonbit
غير مصنف

Exposing a MoonBit Golem agent over HTTP with mount paths and endpoint annotations. Use when the user asks to add HTTP endpoints, REST APIs, or web interfaces to an agent.

2026-06-29
golem-add-webhook-moonbit
غير مصنف

Using webhooks in a MoonBit 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-06-29
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-06-29
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-06-29
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-06-29
golem-add-http-auth-scala
غير مصنف

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

2026-06-29
golem-add-http-endpoint-scala
غير مصنف

Exposing a Scala 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-06-29
golem-add-webhook-scala
غير مصنف

Using webhooks in a Scala 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-06-29
golem-add-http-auth-ts
غير مصنف

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

2026-06-29
golem-add-http-endpoint-ts
غير مصنف

Exposing a TypeScript 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-06-29
golem-add-webhook-ts
غير مصنف

Using webhooks in a TypeScript 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-06-29
golem-scala-base-image
غير مصنف

Explains the Golem Scala SDK WIT folder structure and how to regenerate the agent_guest.wasm base image. Use when working with WIT definitions, upgrading Golem versions, or regenerating the guest runtime WASM.

2026-06-25
golem-call-from-external-moonbit
غير مصنف

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

2026-06-25
modifying-cli-output-schema
غير مصنف

Adding or modifying Golem CLI structured output types, CliOutput implementations, command-output.schema.json, or DTO-backed output schema generators.

2026-06-24
pre-pr-checklist
غير مصنف

Final checks before submitting a pull request. Use when preparing to create a PR, to ensure formatting, linting, and the correct tests have been run.

2026-06-24
testing
غير مصنف

Running and debugging tests in the Golem workspace. Use when writing tests, running specific tests, filtering tests, debugging test failures, or understanding test infrastructure.

2026-06-24
golem-cli-structured-output
غير مصنف

Understanding and parsing Golem CLI structured output. Use when using --format json, --format yaml, --format toon, discovering $type schemas with golem output-schema, or writing agents/tools that parse CLI output.

2026-06-24
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-06-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-06-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-06-24
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-06-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-06-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-06-24
golem-invoke-agent-moonbit
غير مصنف

Invoking a MoonBit 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-06-24
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-06-24
golem-invoke-agent-scala
غير مصنف

Invoking a Scala 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-06-24
golem-invoke-agent-ts
غير مصنف

Invoking a TypeScript 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-06-24
عرض أهم 40 من أصل 212 skills مجمعة في هذا المستودع.