MCPcopy Create free account
hub / github.com/MemTensor/MemOS / getSkill

Method getSkill

apps/memos-local-plugin/agent-contract/memory-core.ts:444–444  ·  view source on GitHub ↗
(id: SkillId, opts?: {
    recordUse?: boolean;
    recordTrial?: boolean;
    sessionId?: SessionId;
    episodeId?: EpisodeId;
    traceId?: string;
    turnId?: EpochMs;
    toolCallId?: string;
    namespace?: RuntimeNamespace;
    includeAllNamespaces?: boolean;
  })

Source from the content-addressed store, hash-verified

442 /** Total skill rows matching the same filter (no limit). */
443 countSkills(input?: { status?: SkillDTO["status"]; ownerAgentKind?: AgentKind; ownerProfileId?: string; includeAllNamespaces?: boolean }): Promise<number>;
444 getSkill(id: SkillId, opts?: {
445 recordUse?: boolean;
446 recordTrial?: boolean;
447 sessionId?: SessionId;

Callers 15

buildSkillBundleForHubFunction · 0.65
searchSkillsMethod · 0.65
serveSkillDetailMethod · 0.65
serveSkillFilesMethod · 0.65
serveSkillDownloadMethod · 0.65
handleSkillVisibilityMethod · 0.65
handleSkillDeleteMethod · 0.65
handleSkillUpdateMethod · 0.65
handleSkillDisableMethod · 0.65
handleSkillEnableMethod · 0.65
handleSkillScopeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected