一键导入
path
Kotlin class: java.nio.file.Path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Kotlin class: java.nio.file.Path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Kotlin class: org.example.vicky.agent.ChatCompletionRunner.
Kotlin class: org.example.vicky.agent.CompletionResult.
Kotlin object singleton: org.example.vicky.agent.InlineToolCallParser. Auto-injected into script scope.
Kotlin object singleton: org.example.vicky.agent.OpenAiToolSchemaBuilder. Auto-injected into script scope.
Kotlin class: org.example.vicky.io.OutboundMessage$TokenUsage.
Kotlin object singleton: kotlin.reflect.jvm.internal.impl.renderer.DescriptorRenderer$ValueParametersHandler$DEFAULT. Auto-injected into script scope.
| name | Path |
| description | Kotlin class: java.nio.file.Path. |
Kotlin class. Create instances with new Path(...) or Path(...).
Full class: java.nio.file.Path
getName(arg0: int): Pathequals(arg0: Object): booleantoString(): StringhashCode(): intcompareTo(arg0: Path): intstartsWith(arg0: String): booleanstartsWith(arg0: Path): booleaniterator(): Iteratorof(arg0: String, arg1: String[]): Pathof(arg0: URI): PathendsWith(arg0: String): booleanendsWith(arg0: Path): booleanregister(arg0: WatchService, arg1: Kind[], arg2: Modifier[]): WatchKeyregister(arg0: WatchService, arg1: Kind[]): WatchKeyisAbsolute(): booleanresolve(arg0: Path): Pathresolve(arg0: String): PathgetParent(): PathgetRoot(): PathtoRealPath(arg0: LinkOption[]): PathtoFile(): FilegetFileName(): Pathnormalize(): PathgetFileSystem(): FileSystemrelativize(arg0: Path): PathgetNameCount(): inttoAbsolutePath(): PathresolveSibling(arg0: Path): PathresolveSibling(arg0: String): Pathsubpath(arg0: int, arg1: int): PathtoUri(): URI